Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tv_panel
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hermod
tv_panel
Commits
3ba3841d
Commit
3ba3841d
authored
Feb 27, 2018
by
Julien Raspaud
Browse files
Options
Downloads
Patches
Plain Diff
Removed /api/in route, Changed DNS to be api.hermod
parent
7e919830
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
server/index.js
+1
-1
1 addition, 1 deletion
server/index.js
with
1 addition
and
1 deletion
server/index.js
+
1
−
1
View file @
3ba3841d
...
@@ -17,7 +17,7 @@ io.of('/').on('connection', (socket) => {
...
@@ -17,7 +17,7 @@ io.of('/').on('connection', (socket) => {
// Respond to panel_data message by fetching the info from the server
// Respond to panel_data message by fetching the info from the server
socket
.
on
(
'
panel_data
'
,
()
=>
{
socket
.
on
(
'
panel_data
'
,
()
=>
{
fetch
(
`http://hermod.cs-campus.fr/
api/
v1/screen/
${
uuid
}
`
,
{
fetch
(
`http://
api.
hermod.cs-campus.fr/v1/screen/
${
uuid
}
`
,
{
headers
:
{
headers
:
{
Autorization
:
`Bearer
${
createSignedJWT
()}
`
,
Autorization
:
`Bearer
${
createSignedJWT
()}
`
,
},
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment