/[sudobot]/trunk/src/api/routes/index.ts
ViewVC logotype

Annotation of /trunk/src/api/routes/index.ts

Parent Directory Parent Directory | Revision Log Revision Log


Revision 53 - (hide annotations)
Mon Jul 29 17:28:23 2024 UTC (8 months, 1 week ago) by rakin
File MIME type: application/typescript
File size: 200 byte(s)
Push api directory
1 rakin 53 import { Request, Response } from "express";
2     import { Route } from "../Router";
3    
4     export default <Route> {
5     path: '/',
6     all(req: Request, res: Response) {
7     res.send('API is up.');
8     }
9     };

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26