diff --git a/app/http/endpoints/root/index.go b/app/http/endpoints/root/index.go index a38780f..f91cac3 100644 --- a/app/http/endpoints/root/index.go +++ b/app/http/endpoints/root/index.go @@ -8,7 +8,7 @@ import ( "github.com/gin-gonic/gin" "github.com/rxdn/gdl/objects/guild" ) -0 + func IndexHandler(ctx *gin.Context) { store := sessions.Default(ctx) if store == nil {