From 1b2136739820ed3d7a04b8f707274e77aeef90ac Mon Sep 17 00:00:00 2001 From: oof1lab Date: Sun, 29 Oct 2017 22:32:06 +0000 Subject: [PATCH] fix: dynamic url fix for root response --- lib/xsql.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xsql.js b/lib/xsql.js index 08720e3cfd..ae931801a7 100644 --- a/lib/xsql.js +++ b/lib/xsql.js @@ -416,7 +416,7 @@ class Xsql { r.push(apiPrefix + ":tableName/describe") if (this.sqlConfig.dynamic) - r.push(apiPrefix + "dynamic") + r.push("/dynamic") return r;