feat: Update models to use ULIDWrapper for ID handling and adjust related database operations

This commit is contained in:
2025-03-11 16:37:05 +00:00
parent 2555143c0e
commit e336ff3ba2
17 changed files with 195 additions and 114 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ func SetupRouter(r *gin.Engine) {
// Protected routes
protected := api.Group("")
protected.Use(middleware.AuthMiddleware())
//protected.Use(middleware.AuthMiddleware())
{
// Auth routes (protected)
protectedAuth := protected.Group("/auth")