mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-08 23:18:15 -07:00
feat: add endpoint and ui to update mbz id (#125)
* wip * wip * feat: add endpoint and ui to update mbz id
This commit is contained in:
parent
7cf7cd3a10
commit
97cd378535
5 changed files with 177 additions and 1 deletions
|
|
@ -94,6 +94,7 @@ func bindRoutes(
|
|||
r.Post("/aliases", handlers.CreateAliasHandler(db))
|
||||
r.Post("/aliases/delete", handlers.DeleteAliasHandler(db))
|
||||
r.Post("/aliases/primary", handlers.SetPrimaryAliasHandler(db))
|
||||
r.Patch("/mbzid", handlers.UpdateMbzIdHandler(db))
|
||||
r.Get("/user/apikeys", handlers.GetApiKeysHandler(db))
|
||||
r.Post("/user/apikeys", handlers.GenerateApiKeyHandler(db))
|
||||
r.Patch("/user/apikeys", handlers.UpdateApiKeyLabelHandler(db))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue