mirror of
https://github.com/kataras/iris.git
synced 2025-03-13 21:36:28 +01:00
Merge pull request #1059 from mattc41190/patch-1
Fixed Some Typos Former-commit-id: 3d0166cc114dc3fb6782c721fc13bc2a224cbfa3
This commit is contained in:
commit
54c87be703
|
@ -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.
|
||||
//
|
||||
// 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.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
|
||||
|
|
Loading…
Reference in New Issue
Block a user