method Application.prototype.createRouteUpdateimport { Application } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.31/server/mod.ts"; createRouteUpdate(url: string): [string, string, { isIndex?: boolean; useDeno?: boolean; }]Parametersurl: stringReturns[string, string, { isIndex?: boolean; useDeno?: boolean; }]