/[sudobot]/trunk/src/api/controllers/UserController.ts
ViewVC logotype

Annotation of /trunk/src/api/controllers/UserController.ts

Parent Directory Parent Directory | Revision Log Revision Log


Revision 326 - (hide annotations)
Mon Jul 29 17:29:33 2024 UTC (8 months, 1 week ago) by rakin
File MIME type: application/typescript
File size: 228 byte(s)
feat(api): setup controllers
1 rakin 326 import { Request } from "express";
2     import Controller from "../Controller";
3    
4     export default class UserController extends Controller {
5     public async index(request: Request) {
6     return { message: "Server is up." };
7     }
8     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26