update readme
This commit is contained in:
parent
28cc56e486
commit
bca8c1e8e3
@ -24,5 +24,5 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/BenjaminToby/dsql/issues"
|
||||
},
|
||||
"homepage": "https://github.com/BenjaminToby/dsql#readme"
|
||||
"homepage": "https://datasquirel.com/"
|
||||
}
|
||||
|
@ -17,6 +17,7 @@ const https = require("https");
|
||||
* Main Function
|
||||
* ==============================================================================
|
||||
* @param {String} key - API Key
|
||||
* @param {String} db - Database Slug
|
||||
* @param {String} query - SQL query
|
||||
*/
|
||||
module.exports = async function ({ key, db, query }) {
|
||||
|
@ -17,7 +17,7 @@ const https = require("https");
|
||||
* Main Function
|
||||
* ==============================================================================
|
||||
* @param {String} key - API Key
|
||||
* @param {String} payload - Image Data Eg. {
|
||||
* @param {Object} payload - Image Data Eg. {
|
||||
imageData: imageBase64,
|
||||
imageName: `cast_cord_user_${newUser.payload.insertId}`,
|
||||
mimeType: "jpg",
|
||||
|
Loading…
Reference in New Issue
Block a user