update/add-missing-routes

This commit is contained in:
SowinskiBraeden committed 2022-01-26 11:35:18 -08:00
1 parent 38667718a2
commit e19e270e8d
2 files changed
+10

No files matched your search

+7
View File
@@ -745,6 +745,13 @@ func UpdateTeacherPassword(c *fiber.Ctx) error {
})
}
func ResetTeacherPassword(c *fiber.Ctx) error {
return c.Status(fiber.StatusNotImplemented).JSON(fiber.Map{
"success": nil,
"message": "not implimented",
})
}
func UpdateTeacherAddress(c *fiber.Ctx) error {
return c.Status(fiber.StatusNotImplemented).JSON(fiber.Map{
"success": nil,