Replies: 2 comments 4 replies
-
This simple route example doesn't work for me. Do you work?
|
Beta Was this translation helpful? Give feedback.
-
@KH93b I hope it shows that it works and hope you are not trolling. If you Junior or Intern developer, that's fine but if you're experienced developer, please re-check and/or stop trolling me. |
Beta Was this translation helpful? Give feedback.
-
that's not working for me
app.use('/', router);
router.get('/', async () => {
return { status: 'ok' };
});
so it works for me )))
app.get('/', async () => {
return { status: '21' };
});
I tried to set up the server today, it did not work. I have strange behavior. Maybe an eclipse
Beta Was this translation helpful? Give feedback.
All reactions