Small fixes to getting character images
All checks were successful
Build / build (push) Successful in 44s
Publish / publish (push) Successful in 51s

This commit is contained in:
2025-11-07 20:24:46 +01:00
parent 61cab73ffc
commit cff777f278
3 changed files with 9 additions and 9 deletions

View File

@@ -64,7 +64,7 @@ func (s *Server) RegisterRoutes() http.Handler {
e.GET("/dbtest", index.GetDBTest)
e.GET("/health", index.HealthCheck)
e.GET("/character", index.GetCharacter)
e.GET("/characters", index.GetCharacters)
e.GET("/characters", index.GetCharacterList)
download := NewDownloadHandler()
e.GET("/download", download.checkLatest)