mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-17 03:05:13 +00:00
Add Weather module with controller, service, and DTO for fetching weather details
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import AuthConfig from './auth.config';
|
||||
import AppConfig from './app.config';
|
||||
import JwtConfig from './jwt.config';
|
||||
export default [AuthConfig, AppConfig, JwtConfig];
|
||||
import WeatherOpenConfig from './weather.open.config';
|
||||
export default [AuthConfig, AppConfig, JwtConfig, WeatherOpenConfig];
|
||||
|
Reference in New Issue
Block a user