feat: add Container and Page Module
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { QueryRouter, Server } from '@abearxiong/router';
|
||||
export const router = new QueryRouter();
|
||||
export const server = new Server({
|
||||
path: '/api/router',
|
||||
});
|
||||
import { app } from '../app.ts';
|
||||
|
||||
export const router = app.router;
|
||||
export const server = app.server;
|
||||
|
||||
Reference in New Issue
Block a user