generated from tailored/router-template
base module
This commit is contained in:
10
src/route/client/check.ts
Normal file
10
src/route/client/check.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { app } from '@/app.ts';
|
||||
|
||||
app
|
||||
.route({
|
||||
path: 'check',
|
||||
})
|
||||
.define(async (ctx) => {
|
||||
ctx.body = 'ok';
|
||||
})
|
||||
.addTo(app);
|
||||
Reference in New Issue
Block a user