Parent Directory
|
Revision Log
feat: add basic server and routing
1 | rakin | 323 | import Controller from "../Controller"; |
2 | |||
3 | export default class MainController extends Controller { | ||
4 | public index() { | ||
5 | return "Hello world"; | ||
6 | } | ||
7 | } |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |