Skip to content
Snippets Groups Projects
Commit cfcc6562 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Add vue route for haystack search page

parent 456f47ce
No related branches found
No related tags found
2 merge requests!1123Resolve "Finalise Vuetify app as SPA",!1066Translations update from Weblate
......@@ -755,6 +755,12 @@ window.router.addRoute({
name: "core.redirectToPdfUrl",
});
window.router.addRoute({
path: "/search/",
component: LegacyBaseTemplate,
name: "core.haystack_search",
});
window.router.addRoute({
path: "/celery_progress/:taskId",
component: CeleryProgress,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment