Browse Source

fix: dynamic url fix for root response

pull/1/head
oof1lab 7 years ago
parent
commit
1b21367398
  1. 2
      lib/xsql.js

2
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;

Loading…
Cancel
Save