Skip to content

Commit

Permalink
atualização rota de usuários
Browse files Browse the repository at this point in the history
  • Loading branch information
yaskisoba committed Nov 19, 2023
1 parent bc13a7f commit fad7756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const port = 3001;
app.use(express.json());
app.use(validateToken);

app.use('/', userRoute);
app.use(userRoute);
app.use('/elective', electiveRoute);
app.use('/learning_paths', learningPathRoute);

Expand Down

0 comments on commit fad7756

Please sign in to comment.