cde38fbe by Arıl Bozoluk

Changed ObejctController to ObjectController

1 parent 56a1603e
...@@ -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 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!