diff options
Diffstat (limited to '')
-rw-r--r-- | app.js | 2 | ||||
-rw-r--r-- | views/home.ejs | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -10,7 +10,7 @@ var express = require('express') /** * App configuration */ -var port = process.env.PORT || 8001 +var port = process.env.PORT || 8000 , env = process.env.NODE_ENV || 'development' , config = require('./config/config')[env] , auth = require('./config/middlewares/authorization'); diff --git a/views/home.ejs b/views/home.ejs index b0693e5..444af61 100644 --- a/views/home.ejs +++ b/views/home.ejs @@ -1,5 +1,4 @@ <% include header %> -<link rel="stylesheet" href="/css/devanim.css"> </head> <body> |