Testing
This commit is contained in:
@@ -47,6 +47,9 @@ async function getSchema({ key, database, field, table }) {
|
||||
.map((k) => `${k}=${queryObject[k]}`)
|
||||
.join("&");
|
||||
|
||||
console.log(queryObject);
|
||||
console.log(query);
|
||||
|
||||
(scheme?.match(/^http$/i) ? http : https)
|
||||
.request(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user