Skip to content

Commit

Permalink
Fix missing trailing slash in weather source urls
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Jul 7, 2024
1 parent 67be477 commit 1e828df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publicdb/status_display/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
*[
# Datasets
path(
f'{type}/<int:station_number>/<date:date>',
f'{type}/<int:station_number>/<date:date>/',
views.get_specific_dataset_source,
{'type': type},
name=type,
Expand Down

0 comments on commit 1e828df

Please sign in to comment.