improvement for deplyment to cloud

This commit is contained in:
Vadher
2026-07-19 15:48:57 +05:30
parent b4c54c0309
commit 803efec35a
8 changed files with 16897 additions and 165682 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
const fs = require("node:fs").promises;
const url_path = "./database/urls.json";
const path = require("path");
const url_path = path.join(__dirname, "../database", "urls.json");
const addUrl = async (url) => {
try {