Skip to content

Commit

Permalink
fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
vsabatie committed Dec 5, 2023
1 parent a973973 commit 3578ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod/dressing/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
path("new/", dressing_create, name="dressing_create"),
path("delete/<slug:dressing_id>/", dressing_delete, name="dressing_delete"),
path("<slug:slug>/", video_dressing, name="video_dressing"),
]
]

0 comments on commit 3578ad7

Please sign in to comment.