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