zs 1 anno fa
parent
commit
072ab12bb8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/config/config.prod.ts

+ 1 - 1
src/config/config.prod.ts

@@ -23,7 +23,7 @@ export default {
     },
   },
   export: {
-    root_path: '\\mnt\\server\\midway-upload\\upload',
+    root_path: '/mnt/server/midway-upload/upload',
     file_type: 'fileuploadv1',
   },
 } as MidwayConfig;