Skip to content

Commit

Permalink
fix:merging to citywide endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mfonsecaOEF committed Mar 28, 2024
1 parent 06dd981 commit 78c6571
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions global-api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
from routes.catalogue_endpoint import api_router as catalouge_route
from routes.catalogue_last_update_endpoint import api_router as catalogue_last_update_endpoint
from routes.city_locode_endpoint_ghgrp import api_router as ghgrp_city_locode_route
from routes.city_locode_endpoint_mendoza_stationary_energy import api_router as mendoza_stationary_energy_city_locode_route
from routes.country_code_IEA_energy import api_router as country_code_IEA_energy_route
from routes.city_locode_endpoint_transportation_googleEIE import api_router as transportation_GoogleEIE_route
from routes.citywide_emission_endpoint import api_router as citywide_route

"""
Logger instance initialized and configured
Expand Down Expand Up @@ -132,13 +131,8 @@ def read_root():
)

app.include_router(
mendoza_stationary_energy_city_locode_route,
tags=["Mendoza cities - Stationary Energy"],
)

app.include_router(
transportation_GoogleEIE_route,
tags=["Google EIE - Transportation"],
citywide_route,
tags=["Citywide emissions"],
)

"""
Expand Down

0 comments on commit 78c6571

Please sign in to comment.