summary refs log tree commit diff
path: root/src/api/routes/index.js
blob: 745dd27bab9b2830ab621eab8ee8c1fc7c259dcc (plain) (blame)
1
2
3
4
export * from './statusRoute.js';
export * from './indexRoute.js';

export * from './auth/index.js';