mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-23 04:21:51 -07:00
api
This commit is contained in:
parent
e45099c71a
commit
c8b1bd3576
8 changed files with 564 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ func bindRoutes(
|
|||
r.Get("/search", handlers.SearchHandler(db))
|
||||
r.Get("/aliases", handlers.GetAliasesHandler(db))
|
||||
r.Get("/summary", handlers.SummaryHandler(db))
|
||||
r.Get("/interest", handlers.GetInterestHandler(db))
|
||||
})
|
||||
r.Post("/logout", handlers.LogoutHandler(db))
|
||||
if !cfg.RateLimitDisabled() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue