Skip to content

Commit

Permalink
Update config.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Raoul Linnenbank <[email protected]>
  • Loading branch information
rflinnenbank authored Aug 7, 2024
1 parent 4333c88 commit 471a9cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions weather_provider_api/config/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = """
styles.
"""
expiration_checking = true
expiration_date = "2024-08-01"
expiration_date = "2024-12-31"

[maintainer]
show_info = true
Expand All @@ -32,8 +32,8 @@ cors_allowed_origins_regex = []

[api_v1]
implementation = "2.2.0"
expiration_date = "2024-08-01"
expiration_date = "2024-12-31"

[api_v2]
implementation = "2.2.0"
expiration_date = "2024-08-01"
expiration_date = "2024-12-31"

0 comments on commit 471a9cc

Please sign in to comment.