From c8ebcfedc35f9e3009badbbf3fc61eccdc43930a Mon Sep 17 00:00:00 2001 From: oof1lab Date: Tue, 31 Oct 2017 12:39:44 +0000 Subject: [PATCH] mention of /dynamic only on local mysql server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20050e1c64..9c35dfe987 100644 --- a/README.md +++ b/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.