fix: token reload

This commit is contained in:
Rogee
2024-12-15 01:19:03 +08:00
parent ed3d8b0e6c
commit 4a606bd824
9 changed files with 62 additions and 23 deletions

View File

@@ -85,7 +85,6 @@ func Serve(cmd *cobra.Command, args []string) error {
return c.SendFile(filepath.Join(
http.Storage.Path,
tenant,
"posters",
hash+".jpg",
))
})