fix: relink rust web tree editor runtime
This commit is contained in:
@@ -44,6 +44,14 @@ pub fn build_router(state: AppState) -> Router {
|
||||
"/api/page-aggregate/{document_id}",
|
||||
get(web_shell::page_aggregate),
|
||||
)
|
||||
.route(
|
||||
"/api/leptos-tiptap-runtime/manifest.json",
|
||||
get(web_shell::leptos_tiptap_manifest),
|
||||
)
|
||||
.route(
|
||||
"/api/leptos-tiptap-runtime/{*asset_path}",
|
||||
get(web_shell::leptos_tiptap_asset),
|
||||
)
|
||||
.route("/api/search/documents", post(search::documents))
|
||||
.route("/api/gateway/health", get(gateway::gateway_health))
|
||||
.route("/api/runtime/config", get(session::runtime_config))
|
||||
|
||||
Reference in New Issue
Block a user