Small fixes to getting character images
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user