* Detail shows highlight for applied
* UI structured a little diferently * Read All Items button and mechanism
This commit is contained in:
parent
93137e1ee5
commit
b45f389f97
@ -18,7 +18,7 @@ const auth = require('./security/auth');
|
||||
const app = express();
|
||||
require('dotenv').config();
|
||||
|
||||
const serverPort = process.env.PORT || 3000;
|
||||
const serverPort = process.env.PORT || 8120;
|
||||
|
||||
const sitePath = 'dist';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user