mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 10:05:39 +00:00
Move more paths to basic path (#6251)
* move more paths to basic path * changed url route to only match fully - fixed test * revert path changes on labelprint pages * fix not found/redirect * revert test change
This commit is contained in:
@ -39,7 +39,7 @@ def view_test(self, request):
|
||||
|
||||
def setup_urls(self):
|
||||
return [
|
||||
re_path(r'^test/', self.view_test, name='test')
|
||||
path('test/', self.view_test, name='test')
|
||||
]
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user