Trying to add jwt shit but failing cause im tired
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user