Skip to content

Commit

Permalink
fix: modified routes for analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
poorna-prakash-sr committed Jun 15, 2023
1 parent cb199dd commit 6475ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/routes.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import analysisRouter from './routes/analysis';

const init = (app: any) => {
app.use('/analysis', analysisRouter);
app.use('/api/analysis', analysisRouter);
};

export default { init };

1 comment on commit 6475ccf

@vercel
Copy link

@vercel vercel bot commented on 6475ccf Jun 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.