update/student-model
This commit is contained in:
1 parent
20fb1529ed
commit
1b4d2d26db
3 files changed
+73
-52
No files matched your search
@@ -291,6 +291,13 @@ func UpdateStudentPassword(c *fiber.Ctx) error {
|
||||
})
|
||||
}
|
||||
|
||||
func ResetStudentPassword(c *fiber.Ctx) error {
|
||||
return c.Status(fiber.StatusNotImplemented).JSON(fiber.Map{
|
||||
"succes": nil,
|
||||
"message": "not implimented",
|
||||
})
|
||||
}
|
||||
|
||||
func UpdateStudentLocker(c *fiber.Ctx) error {
|
||||
return c.Status(fiber.StatusNotImplemented).JSON(fiber.Map{
|
||||
"success": nil,
|
||||
|
||||
Reference in new issue
Block a user