Skip to content

Commit

Permalink
Fix url paths
Browse files Browse the repository at this point in the history
  • Loading branch information
vinikvuo committed Sep 15, 2023
1 parent edde47c commit 88bea23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mvj/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@
DirectReservationToFavourite.as_view(),
name="pub_direct_reservation_to_favourite",
),
path("plot_search_ui/", PlotSearchUIDataView.as_view(), name="pub_plot_search_ui"),
]

schema_view = get_schema_view(
Expand Down

0 comments on commit 88bea23

Please sign in to comment.