1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-09 13:05:56 +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 // http://localhost:6111/users/42
// Method: "GET" // Method: "GET"
userAPI.Get("/:userid", getByIDHandler) userAPI.Get("/:id", getByIDHandler)
// http://localhost:6111/users // http://localhost:6111/users
// Method: "POST" // Method: "POST"