Skip to content
Snippets Groups Projects
Verified Commit 6e262fee authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

feat: remove file usage route

parent 27a7f3cb
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,6 @@ func InstallHTTPHandler(r *gin.RouterGroup, st *store.Store, im *importer.Import
files.GET(":file-id", api.ReadFileOfShow)
files.PATCH(":file-id", api.PatchFileOfShow)
files.DELETE(":file-id", api.DeleteFileOfShow)
files.GET(":file-id/usage", api.ReadUsageOfFile)
files.GET(":file-id/logs", api.ReadLogsOfFile)
files.GET(":file-id/import", api.ReadImportOfFile)
files.DELETE(":file-id/import", api.CancelImportOfFile)
......
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