1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-30 16:27:04 +00:00

Update README.

This commit is contained in:
Gerasimos (Makis) Maropoulos
2017-01-28 11:39:50 +02:00
parent 64a2c7581a
commit a563b37ba1

View File

@@ -105,7 +105,7 @@ func main(){
// http://localhost:6111/users/42
// Method: "GET"
userAPI.Get("/:userid", getByIDHandler)
userAPI.Get("/:id", getByIDHandler)
// http://localhost:6111/users
// Method: "POST"