Revert "Update server.js to keep lint happy"
This reverts commit 90b6c19c6a.
This commit is contained in:
@@ -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 => {
|
||||||
|
|||||||
Reference in New Issue
Block a user