Fix: Use fs.promises for async file ops in admin domains route

Replaced callback-based fs methods with promise-based fsp methods to fix
the "cb argument must be of type function" error when adding domains.
This commit is contained in:
Raven Scott
2025-12-28 00:59:50 -05:00
parent 62ac5a4b50
commit 425b968db5
2 changed files with 5 additions and 3 deletions
+1
View File
@@ -72,3 +72,4 @@ module.exports = {