V
V
vaselekk2021-01-24 16:15:39
Node.js
vaselekk, 2021-01-24 16:15:39

How to handle multiple get requests?

when I write

app.get("/home", function(request, response) { ...
app.get("/about", function(request, response) { ...
app.get("/menu", function(request, response) { ...


That not all requests are processed, how to make them all processed? if the request is a lot,

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
alex4answ, 2021-01-24
@alex4answ

it is not known what you have there in the controllers, and what does it mean that they are not processed, to what place they reach, what does the trace say?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question