Trying to add jwt shit but failing cause im tired

This commit is contained in:
2025-05-15 21:33:55 +03:30
parent 49b38470cf
commit 855c778654
5 changed files with 6 additions and 15 deletions
+1
View File
@@ -11,6 +11,7 @@ import (
func SetupRouter(appContext *internal.AppContext) *gin.Engine {
r := gin.Default()
adminDashboardHandler := handlers_admin.NewAdminDashboardHandler(appContext)
homePageHandler := handlers_home.NewMainPageHandler(appContext)