change to api only handler and remove unused files, bring more structure

This commit is contained in:
Adrian Zürcher
2025-10-26 10:38:44 +01:00
parent b6988638c0
commit 8d8a1e3c33
13 changed files with 144 additions and 979 deletions

View File

@@ -106,7 +106,7 @@ func TestLoginHandler(t *testing.T) {
r := gin.Default()
SetMiddlewareLogger(r, aH.GetLogger())
aH.SetMiddlewareLogger(r)
r.POST("/login", aH.Login)
r.POST("/login/refresh", aH.Refresh)