Changed ObejctController to ObjectController
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -15,6 +15,6 @@ import ( | ... | @@ -15,6 +15,6 @@ import ( |
| 15 | // /object/<objectId> DELETE Deleting Objects | 15 | // /object/<objectId> DELETE Deleting Objects |
| 16 | 16 | ||
| 17 | func main() { | 17 | func main() { |
| 18 | beego.RESTRouter("/object", &controllers.ObejctController{}) | 18 | beego.RESTRouter("/object", &controllers.ObjectController{}) |
| 19 | beego.Run() | 19 | beego.Run() |
| 20 | } | 20 | } | ... | ... |
-
Please register or sign in to post a comment