Ivan Asmer 4 years ago
parent
commit
e631ad8ed0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -144,7 +144,7 @@ const upload  = require('multer')({ dest: uploadPath })
     app.use(express.static('public'));
 
 
-    let socketPath = "/home/asmer/node_hosts/marketplace"
+    let socketPath = "/home/asmer/node_hosts/snippet"
     app.listen(socketPath, () => {
         console.log('Express GraphQL Server Now Running On localhost:4000/graphql');
         fs.chmodSync(socketPath, '777');