Undefined Routes
Description
Accessing an undefined route will result in an error.
Example Request
fetch("https://floodwatch.io/api/public/v0/undefined");Example Response
{ "message": "Not a valid API route: /undefined"}Accessing an undefined route will result in an error.
fetch("https://floodwatch.io/api/public/v0/undefined");{ "message": "Not a valid API route: /undefined"}