Parent Directory
|
Revision Log
feat(api): advanced response handling
1 | rakin | 324 | import { Request } from "express"; |
2 | rakin | 323 | import Controller from "../Controller"; |
3 | |||
4 | export default class MainController extends Controller { | ||
5 | rakin | 325 | public async index(request: Request) { |
6 | return { message: "Server is up." }; | ||
7 | rakin | 323 | } |
8 | } |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |