mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 18:07:01 +00:00
fix some typos
Former-commit-id: 338c7421e2cd49f558cf09d194fe42c4db701be1
This commit is contained in:
@@ -67,7 +67,7 @@ type PingController struct {
|
||||
|
||||
// Get serves
|
||||
// Method: GET
|
||||
// Resource: http://context:8080/ping
|
||||
// Resource: http://localhost:8080/ping
|
||||
func (c *PingController) Get() {
|
||||
c.Ctx.WriteString("pong")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user