chore: project identifier for all the search items and take project id as query params (#1663)
This commit is contained in:
parent
7763cca9a2
commit
916fca53ac
2 changed files with 12 additions and 7 deletions
|
|
@ -1240,7 +1240,7 @@ urlpatterns = [
|
|||
## End Importer
|
||||
# Search
|
||||
path(
|
||||
"workspaces/<str:slug>/projects/<uuid:project_id>/search/",
|
||||
"workspaces/<str:slug>/search/",
|
||||
GlobalSearchEndpoint.as_view(),
|
||||
name="global-search",
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue