Revert "Update server.js to keep lint happy"
This reverts commit 90b6c19c6a73bce65e669cbd4f74aa97f8afbae3.
This commit is contained in:
parent
90b6c19c6a
commit
563cb77176
@ -1,8 +1,8 @@
|
|||||||
"use strict";
|
'use strict';
|
||||||
|
|
||||||
require("./services/Server");
|
require('./services/Server');
|
||||||
|
|
||||||
const WireGuard = require("./services/WireGuard");
|
const WireGuard = require('./services/WireGuard');
|
||||||
|
|
||||||
WireGuard.getConfig()
|
WireGuard.getConfig()
|
||||||
.catch(err => {
|
.catch(err => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user