* Detail shows highlight for applied

* UI structured a little diferently
* Read All Items button and mechanism
This commit is contained in:
Martin Donnelly 2020-05-26 13:17:20 +01:00
parent 93137e1ee5
commit b45f389f97

View File

@ -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';