增加规则转换与协议转换API接口

This commit is contained in:
makabaka
2023-10-09 21:49:40 +08:00
parent 3fc507b576
commit ab96ae9413
2 changed files with 48 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ import registerPreviewRoutes from './preview';
import registerSortingRoutes from './sort';
import registerMiscRoutes from './miscs';
import registerNodeInfoRoutes from './node-info';
import registerParserRoutes from './parser';
export default function serve() {
let port;
@@ -38,6 +39,7 @@ export default function serve() {
registerSyncRoutes($app);
registerNodeInfoRoutes($app);
registerMiscRoutes($app);
registerParserRoutes($app);
$app.start();