Cannot Get / Error.
I am trying to create a Roblox ranking module but it says "Cannot Get /".
Does anyone know hw to fix this?
Voters
Ask coding questions
I am trying to create a Roblox ranking module but it says "Cannot Get /".
Does anyone know hw to fix this?
it seems like there are no handlers for
GET /
but there are handlers for other routesyou'll need to add your own handler
Ok!
@notGilbert
Wdym?
@notGilbert
@phyouthcenter1
looks like there are handlers for
GET /
when the configuration is invalid, but when the config is correct there is noneto add your own handler, just add this:
to the code, after everything but the
app.listen