Peter Lewis
2 years ago
Failed to extract signature
1 changed files with
3 additions and
3 deletions
-
src/server.js
|
@ -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 => { |
|
|