Checkpoint current workspace
This commit is contained in:
@@ -52,6 +52,10 @@ pub fn build_router(state: AppState) -> Router {
|
||||
"/api/leptos-tiptap-runtime/{*asset_path}",
|
||||
get(web_shell::leptos_tiptap_asset),
|
||||
)
|
||||
.route(
|
||||
"/api/editor/image-placeholder.svg",
|
||||
get(web_shell::editor_image_placeholder_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