fix/add-missing-router
This commit is contained in:
1 parent
ee1805cb2c
commit
8794251773
1 file changed
+2
-1
+2
-1
@@ -31,7 +31,8 @@ func Setup(app *fiber.App) {
|
|||||||
app.Post("/api/student/createContact", controllers.CreateContact)
|
app.Post("/api/student/createContact", controllers.CreateContact)
|
||||||
app.Post("/api/student/contact/updateName", controllers.UpdateContactName)
|
app.Post("/api/student/contact/updateName", controllers.UpdateContactName)
|
||||||
app.Post("/api/student/contact/updateAddress", controllers.UpdateContactAddress)
|
app.Post("/api/student/contact/updateAddress", controllers.UpdateContactAddress)
|
||||||
app.Post("/api/student/contact/updatePhone", controllers.UpdateContactPhone)
|
app.Post("/api/student/contact/updateHomePhone", controllers.UpdateContactHomePhone)
|
||||||
|
app.Post("/api/student/contact/updateWorkPhone", controllers.UpdateContactWorkPhone)
|
||||||
app.Post("/api/student/contact/updateEmail", controllers.UpdateContactEmail)
|
app.Post("/api/student/contact/updateEmail", controllers.UpdateContactEmail)
|
||||||
app.Post("/api/student/contact/updatePriority", controllers.UpdateContactPriority)
|
app.Post("/api/student/contact/updatePriority", controllers.UpdateContactPriority)
|
||||||
app.Post("/api/student/contact/removeContact", controllers.RemoveContact)
|
app.Post("/api/student/contact/removeContact", controllers.RemoveContact)
|
||||||
|
|||||||
Reference in new issue
Block a user