Skip to content

Commit

Permalink
Update urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-sousa committed May 22, 2024
1 parent 377f5ff commit fc80bc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SaoMiguelBus/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@
path('api/v1/gmaps', views.get_gmaps_v1),
path('api/v1/holidays', views.get_holidays_v1),
path('api/v1/feriados', views.get_holidays_v1),
path('api/v1/datas', views.get_all_datas_v1),
path('statistics', views.stats),
]

0 comments on commit fc80bc7

Please sign in to comment.