import { RouteType } from "https://deno.land/x/dropserver_app@v0.2.2/approutes.ts";
RouteType indicates whether the handler runs in sandbox or is a static file serve, which is handled by Dropserver.
import { RouteType } from "https://deno.land/x/dropserver_app@v0.2.2/approutes.ts";
RouteType indicates whether the handler runs in sandbox or is a static file serve, which is handled by Dropserver.