Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ITPDP2019
Gain.fam
web-server
Commits
c1c26181
Commit
c1c26181
authored
May 13, 2019
by
William Damgaard Lauritzen
Browse files
IP
parent
85c7b118
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/public/js/main.js
View file @
c1c26181
...
...
@@ -11,7 +11,7 @@ setInterval(function () {
},
10000
)
function
updateChart
()
{
fetch
(
'
/api/experiments/bdce27fa-718a-11e9-9695-d07e350e43bd/issues
'
,
{
fetch
(
`http://
${
process
.
env
.
API_IP
}
:
${
process
.
env
.
API_PORT
}${
process
.
env
.
API_PATH
}
/api/experiments/bdce27fa-718a-11e9-9695-d07e350e43bd/issues
`
,
{
method
:
'
get
'
,
headers
:
{
'
Accept
'
:
'
application/json
'
...
...
Write
Preview
Markdown
is supported
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