Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Freifunk Saar
Salt-States
Commits
7914c23f
Commit
7914c23f
authored
Dec 01, 2020
by
Ralf
Browse files
fix JS
parent
01ebf87b
Changes
1
Hide whitespace changes
Inline
Side-by-side
freifunk-mgmt/files/director/main.js
View file @
7914c23f
...
...
@@ -69,7 +69,7 @@ const server = http.createServer(async (req, res) => {
const
region_info
=
regions
[
result
.
node_information
.
region
]
if
(
region_info
)
{
result
.
node_information
.
domain
.
name
=
region_info
.
domain
result
.
node_information
.
switch_time
=
region_info
.
switch_time
result
.
node_information
.
domain
.
switch_time
=
region_info
.
switch_time
}
}
res
.
writeHead
(
200
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment