This commit is contained in:
Ankit Patial 2024-10-12 21:12:23 +05:30
parent d639ea1b71
commit 116afe7930

View File

@ -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