Skip to main content
Module

x/fastro/services/proxy.controller.ts

Fast and simple web application framework for deno
Go to Latest
File
import type { Request } from "../mod.ts";export const handler = (request: Request) => { request.proxy( "https://raw.githubusercontent.com/fastrodev/fastro/master/readme.md", );};