mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-22 20:11:50 -07:00
Engine Handler HTTP Response Tests (#13)
* update handler signatures to use specific store interfaces * allow skipping Docker-based integration tests for local unit runs
This commit is contained in:
parent
64236c99c9
commit
ecae3699f1
10 changed files with 249 additions and 8 deletions
|
|
@ -98,7 +98,7 @@ func bindRoutes(
|
|||
r.Post("/user/apikeys", handlers.GenerateApiKeyHandler(db))
|
||||
r.Patch("/user/apikeys", handlers.UpdateApiKeyLabelHandler(db))
|
||||
r.Delete("/user/apikeys", handlers.DeleteApiKeyHandler(db))
|
||||
r.Get("/user/me", handlers.MeHandler(db))
|
||||
r.Get("/user/me", handlers.MeHandler())
|
||||
r.Patch("/user", handlers.UpdateUserHandler(db))
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue