Add AI DEV Node deployment foundation
This commit is contained in:
6
server/routes/index.ts
Normal file
6
server/routes/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Router } from 'express';
|
||||
import { healthRouter } from './health.js';
|
||||
|
||||
export const apiRouter = Router();
|
||||
|
||||
apiRouter.use(healthRouter);
|
||||
Reference in New Issue
Block a user