Add Weather module with controller, service, and DTO for fetching weather details

This commit is contained in:
faris Aljohari
2025-06-03 02:38:44 -06:00
parent 12a9272b8b
commit c39129f75b
11 changed files with 141 additions and 1 deletions

View File

@ -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];