Remove HTML template and simplify API response with static home page

This commit is contained in:
2025-05-14 21:34:14 +03:30
parent aded00daf1
commit 7aa8c26da9
4 changed files with 4 additions and 239 deletions
-1
View File
@@ -11,7 +11,6 @@ import (
func SetupRouter(r *gin.Engine, appContext *internal.AppContext) *gin.Engine {
r.LoadHTMLGlob("templates/*")
adminDashboardHandler := handlers_admin.NewAdminDashboardHandler(appContext)
homePageHandler := handlers_home.NewMainPageHandler(appContext)