typo
This commit is contained in:
parent
d639ea1b71
commit
116afe7930
@ -36,7 +36,7 @@ func main() {
|
|||||||
|
|
||||||
// define a resource
|
// define a resource
|
||||||
r.Resource("/photos", func(resource *mux.Resource) {
|
r.Resource("/photos", func(resource *mux.Resource) {
|
||||||
// rails style resource routes
|
// Rails style resource routes
|
||||||
// GET /photos
|
// GET /photos
|
||||||
// GET /photos/new
|
// GET /photos/new
|
||||||
// POST /photos
|
// POST /photos
|
||||||
|
Loading…
Reference in New Issue
Block a user