Skip to content

Commit

Permalink
Remove rogue space
Browse files Browse the repository at this point in the history
  • Loading branch information
haavardlian committed Oct 11, 2023
1 parent 340e89d commit 351390c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p0sx/p0sx/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
url(r'edit_crew_credit/(?P<card>\w+)', credit_edit, name='edit_crew_credit'),
# url(r'sale/', sale_url, name='sale'),
url(r'sale/', sale_overview, name='sale'),
url(r'sale_csv/', sale_overview_csv, name='sale_csv'),
url(r'sale_csv/', sale_overview_csv, name='sale_csv'),
url(r'crew_report/', crew_report, name='crew_report'),
url(r'fetch_from_ge/', fetch_credit_from_ge, name='fetch_credit_from_ge'),
url(r'scan_user_card', scan_user_card, name='scan_user_card'),
Expand Down

0 comments on commit 351390c

Please sign in to comment.