Skip to content

Commit

Permalink
Merge pull request #412 from Open-Earth-Foundation/country-route
Browse files Browse the repository at this point in the history
Country route
  • Loading branch information
evanp committed Apr 2, 2024
2 parents 2d1cd86 + eaf35fc commit d12c29b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions global-api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
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.country_code_IEA_energy import api_router as country_code_IEA_energy_route
from routes.country_code_endpoint import api_router as country_code_endpoint_route
from routes.citywide_emission_endpoint import api_router as citywide_route

"""
Expand Down Expand Up @@ -126,8 +126,8 @@ def read_root():
)

app.include_router(
country_code_IEA_energy_route,
tags=["IEA energy"],
country_code_endpoint_route,
tags=["Countrywide emissions"],
)

app.include_router(
Expand Down
File renamed without changes.

0 comments on commit d12c29b

Please sign in to comment.