Skip to content

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"
}