Browse Source

mention of /dynamic only on local mysql server

pull/8/head
oof1lab 7 years ago
parent
commit
c8ebcfedc3
  1. 2
      README.md

2
README.md

@ -135,7 +135,7 @@ eg: gets all fields in table row but not checkNumber
## Run dynamic queries
Dynamic queries on a database can be run by POST method to URL localhost:3000/dynamic
This is enabled only in local i.e -h localhost or -h 127.0.0.1 option.
This is enabled only when using local mysql server i.e -h localhost or -h 127.0.0.1 option.
Post body takes two fields : query and params.

Loading…
Cancel
Save