added project deleting

This commit is contained in:
2023-07-14 10:47:53 +05:00
parent 1a88b8bb64
commit f57fec5cde
8 changed files with 47 additions and 101 deletions

2
db.js
View File

@ -1,6 +1,6 @@
const mysql = require('mysql');
const vars = require('./vars');
const db_host = "localhost";
const db_host = "db";
const admin = mysql.createConnection({
host: db_host,