fixup: Server.js
This commit is contained in:
parent
5fbfb26937
commit
953a67bbdd
|
@ -59,10 +59,12 @@ module.exports = class Server {
|
|||
setHeader(event, 'Content-Type', 'application/json');
|
||||
return `"${LANG}"`;
|
||||
}))
|
||||
|
||||
.get('/api/ui-traffic-stats', defineEventHandler((event) => {
|
||||
setHeader(event, 'Content-Type', 'application/json');
|
||||
return `"${UI_TRAFFIC_STATS}"`;
|
||||
}))
|
||||
|
||||
.get('/api/ui-chart-type', defineEventHandler((event) => {
|
||||
setHeader(event, 'Content-Type', 'application/json');
|
||||
return `"${UI_CHART_TYPE}"`;
|
||||
|
|
Loading…
Reference in New Issue