File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,11 @@ import { connectRoutes } from './routes/connect.js';
2020import { analyticsRoutes } from './routes/analytics.js' ;
2121import { nfcRoutes } from './routes/nfc.js' ;
2222import { eventRoutes } from './routes/event.js' ;
23+ < < < << << HEAD
2324import { validateEnv } from './utils/validateEnv.js' ;
25+ === === =
26+ import { teamRoutes } from './routes/team.js' ;
27+ >>> >>> > fa50702 ( feat : Added app . ts )
2428
2529const __dirname = path . dirname ( fileURLToPath ( import . meta. url ) ) ;
2630
@@ -106,8 +110,15 @@ export async function buildApp() {
106110 await app . register ( followRoutes , { prefix : '/api/follow' } ) ;
107111 await app . register ( connectRoutes , { prefix : '/api/connect' } ) ;
108112 await app . register ( analyticsRoutes , { prefix : '/api/analytics' } ) ;
113+ < < < << << HEAD
109114 await app . register ( nfcRoutes , { prefix : '/api/nfc' } ) ;
110115 await app . register ( eventRoutes , { prefix : '/api/events' } ) ;
116+ === = ===
117+ await app . register ( eventRoutes , { prefix : '/api/events' } )
118+ await app . register ( teamRoutes , { prefix : '/api/teams' } )
119+
120+
121+ >>> > >>> fa50702 ( feat : Added app . ts )
111122 // ─── Health Check ───
112123type HealthResponse = {
113124 status : 'ok' ;
You can’t perform that action at this time.
0 commit comments