Jelajahi Sumber

Update for nginx.

Lee Morgan 10 bulan lalu
induk
melakukan
9ca1f98c75
1 mengubah file dengan 1 tambahan dan 5 penghapusan
  1. 1 5
      app.js

+ 1 - 5
app.js

@@ -39,8 +39,4 @@ sessionRoutes(app);
 
 app.use(catchError);
 
-if(process.env.NODE_ENV !== "production"){
-    app.listen(8000);
-}
-export default app;
-
+app.listen(process.env.PORT);