mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 10:27:06 +00:00
misspell
Former-commit-id: 3be90d3099bfd9eabebd299dc08f9d6c1e6c2a29
This commit is contained in:
@@ -97,7 +97,7 @@ type MeController struct {
|
||||
CurrentUserID Authenticated
|
||||
}
|
||||
|
||||
// Get returns a message for the shake of the example.
|
||||
// Get returns a message for the sake of the example.
|
||||
// GET: /user
|
||||
func (c *MeController) Get() string {
|
||||
return "This will be executed only when the user is logged in"
|
||||
|
||||
Reference in New Issue
Block a user