X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fui%2Fhttpd%2Fstart.ts;h=116b91741a9732232c9ba13a711b60b06cca6e34;hb=c76d7c1b81d83af8e9ff498fdcbaefc692e6f134;hp=7ff8079a60a4e0001cf8d624dc179e13349cead0;hpb=69be24b443f63f167195810792b8dfb70bdfb0ac;p=e-mobility-charging-stations-simulator.git diff --git a/src/ui/httpd/start.ts b/src/ui/httpd/start.ts index 7ff8079a..116b9174 100644 --- a/src/ui/httpd/start.ts +++ b/src/ui/httpd/start.ts @@ -1,6 +1,7 @@ -import Bootstrap from '../../charging-station/Bootstrap'; import express from 'express'; +import Bootstrap from '../../charging-station/Bootstrap'; + const pageHeader = ` @@ -10,6 +11,7 @@ const pageHeader = ` const pageFooter = ''; const app = express(); +app.disable('x-powered-by'); app.get('/', (request, response) => { response.send(