Base
A prefix for all routes, e.g. /api
.
import cheetah from 'https://deno.land/x/cheetah/mod.ts'
const app = new cheetah({
base: '/api'
})
A prefix for all routes, e.g. /api
.
import cheetah from 'https://deno.land/x/cheetah/mod.ts'
const app = new cheetah({
base: '/api'
})