Skip to content

Commit

Permalink
update country route name
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanda Eames authored and Amanda Eames committed Apr 2, 2024
1 parent 9b20142 commit ff0e19c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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,7 +126,7 @@ def read_root():
)

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

Expand Down
File renamed without changes.

0 comments on commit ff0e19c

Please sign in to comment.