test
This commit is contained in:
8
server/src/routes/auth.ts
Normal file
8
server/src/routes/auth.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { app } from '../app.ts'
|
||||
|
||||
app.route({
|
||||
path: 'auth',
|
||||
id: 'auth'
|
||||
}).define(async (ctx) => {
|
||||
// Authentication logic here
|
||||
}).addTo(app);
|
||||
Reference in New Issue
Block a user