Update Query algo

This commit is contained in:
Benjamin Toby
2024-11-06 10:30:00 +01:00
parent 6c78cae127
commit 54b7981be4
8 changed files with 43 additions and 14 deletions
@@ -6,7 +6,8 @@ const serverError = require("./serverError");
const mysql = require("serverless-mysql");
const path = require("path");
const SSL_DIR = "/app/ssl";
const SSL_DIR =
process.env.DSQL_SSL_DIR || path.resolve(__dirname, "../../../ssl");
const connection = mysql({
config: {