forked from snxraven/p2ns
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:
@@ -72,3 +72,4 @@ module.exports = {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user