method Application.prototype.getAPIRouteimport { Application } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.29/server/mod.ts"; getAPIRoute(location: { pathname: string; search?: string; }): [RouterURL, Module] | nullParameterslocation: { pathname: string; search?: string; }Returns[RouterURL, Module] | null