This commit is contained in:
2025-10-18 03:43:58 +08:00
parent da0ebde816
commit d3174a73f3
12 changed files with 210 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
import { app } from '../app.ts'
app.route({
path: 'auth',
id: 'auth'
}).define(async (ctx) => {
// Authentication logic here
}).addTo(app);