var-proxy/src/app.ts
2024-10-15 18:08:02 +08:00

10 lines
153 B
TypeScript

import { App } from '@abearxiong/router';
export const app = new App({
serverOptions: {
path: '/api/proxy',
},
});
// app.server.on(callback);