We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91fede0 commit 3b24cbdCopy full SHA for 3b24cbd
.husky/pre-commit
backend/app.ts
@@ -24,6 +24,5 @@ app.get('/api/db-test', async (req, res) => {
24
});
25
26
// API Routes
27
-app.use('/api/analytics', analyticsRoutes);
28
29
export default app;
0 commit comments