mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 18:37:05 +00:00
Merge pull request #1059 from mattc41190/patch-1
Fixed Some Typos Former-commit-id: 3d0166cc114dc3fb6782c721fc13bc2a224cbfa3
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// iris provides some basic middleware, most for your learning courve.
|
// iris provides some basic middleware, most for your learning curve.
|
||||||
// You can use any net/http compatible middleware with iris.FromStd wrapper.
|
// You can use any net/http compatible middleware with iris.FromStd wrapper.
|
||||||
//
|
//
|
||||||
// JWT net/http video tutorial for golang newcomers: https://www.youtube.com/watch?v=dgJFeqeXVKw
|
// JWT net/http video tutorial for golang newcomers: https://www.youtube.com/watch?v=dgJFeqeXVKw
|
||||||
@@ -43,4 +43,4 @@ func main() {
|
|||||||
|
|
||||||
app.Get("/ping", myHandler)
|
app.Get("/ping", myHandler)
|
||||||
app.Run(iris.Addr("localhost:3001"))
|
app.Run(iris.Addr("localhost:3001"))
|
||||||
} // don't forget to look ../jwt_test.go to seee how to set your own custom claims
|
} // don't forget to look ../jwt_test.go to see how to set your own custom claims
|
||||||
|
|||||||
Reference in New Issue
Block a user