fix: http api

This commit is contained in:
Tienson Qin
2026-01-07 18:05:05 +08:00
parent 93269f83fc
commit b08860bf3b
2 changed files with 8 additions and 5 deletions

View File

@@ -102,8 +102,8 @@
graphs (js->clj (aget resp "graphs") :keywordize-keys true)
result (mapv (fn [graph]
(merge
{:url (str config/db-version-prefix (:graph_name graph))
:GraphName (:graph_name graph)
{:url (:graph_name graph)
:GraphName (string/replace (:graph_name graph) config/db-version-prefix "")
:GraphSchemaVersion (:schema_version graph)
:GraphUUID (:graph_id graph)
:rtc-graph? true}