Skip to content
Snippets Groups Projects
Unverified Commit 962c32a3 authored by Raphael Krut-Landau's avatar Raphael Krut-Landau Committed by GitHub
Browse files

Remove dead API keys code (#42418)

parent c380a5a3
No related branches found
No related tags found
No related merge requests found
......@@ -556,15 +556,6 @@ export const MetabotApi = {
sendFeedback: POST("/api/metabot/feedback"),
};
export const ApiKeysApi = {
list: GET("/api/api-key"),
create: POST("/api/api-key"),
count: GET("/api/api-key/count"),
delete: DELETE("/api/api-key/:id"),
edit: PUT("/api/api-key/:id"),
regenerate: PUT("/api/api-key/:id/regenerate"),
};
export const CacheConfigApi = {
list: GET("/api/cache"),
update: PUT("/api/cache"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment