fix
This commit is contained in:
@@ -453,6 +453,7 @@ func (s *Server) Router() http.Handler {
|
||||
|
||||
r.Get("/api-keys", s.handleListAPIKeys)
|
||||
r.Post("/api-keys", s.handleCreateAPIKey)
|
||||
r.Patch("/api-keys/{id}", s.handleUpdateAPIKey)
|
||||
r.Delete("/api-keys/{id}", s.handleRevokeAPIKey)
|
||||
|
||||
r.Get("/billing/credits", s.handleCreditsOverview)
|
||||
|
||||
Reference in New Issue
Block a user