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

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