fixed: app.route overload

This commit is contained in:
PrimarchPaul
2025-09-27 04:18:44 -04:00
parent f71e639d49
commit f80c522bb8

View File

@@ -42,7 +42,7 @@ app.use('*', cors({
allowHeaders: ['Content-Type', 'Authorization'],
allowMethods: ['GET', 'POST', 'PUT', 'DELETE', 'OPTIONS'],
credentials: true
})
}))
app.route('/api', routes)