forked from mirrors/amnezia-wg-easy
Server.js: remove white-space
This commit is contained in:
parent
8c771b054c
commit
08c412fd14
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ module.exports = class Server {
|
||||||
.get('/api/ui-traffic-stats', (Util.promisify(async () => {
|
.get('/api/ui-traffic-stats', (Util.promisify(async () => {
|
||||||
return UI_TRAFFIC_STATS === 'true';
|
return UI_TRAFFIC_STATS === 'true';
|
||||||
}))
|
}))
|
||||||
|
|
||||||
// Authentication
|
// Authentication
|
||||||
.get('/api/session', defineEventHandler((event) => {
|
.get('/api/session', defineEventHandler((event) => {
|
||||||
const requiresPassword = !!process.env.PASSWORD;
|
const requiresPassword = !!process.env.PASSWORD;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue