mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-11-26 21:34:55 +00:00
5 lines
119 B
TypeScript
5 lines
119 B
TypeScript
import AuthConfig from './auth.config';
|
|
import AppConfig from './app.config';
|
|
|
|
export default [AuthConfig, AppConfig];
|