Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LINAGORA
L
LGS
Labs
linstt-controller
Commits
18a4d701
Commit
18a4d701
authored
Nov 30, 2017
by
Yoann HOUPERT
Browse files
remove ip from test
parent
0fe99509
Pipeline
#6410
passed with stage
in 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
lib/webserver/routes.js
lib/webserver/routes.js
+0
-3
No files found.
lib/webserver/routes.js
View file @
18a4d701
...
...
@@ -20,9 +20,6 @@
const
routesFactory
=
config
=>
{
/* eslint new-cap: ["error", { "capIsNew": false }] */
config
.
speechEnhancement
.
host
=
'
172.17.0.2
'
;
config
.
gstreamer
.
host
=
'
172.22.0.3
'
;
const
routes
=
require
(
'
express
'
).
Router
();
const
enhancer
=
require
(
'
../controller/speech-enhancement
'
)(
config
.
speechEnhancement
);
const
stt
=
require
(
'
../controller/speech-to-text
'
)(
config
.
gstreamer
);
...
...
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