Skip to main content
Module

x/fastro/module/proxy.controller.ts

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