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
openmole
openmole-connect
Commits
c59cd707
Commit
c59cd707
authored
Nov 13, 2019
by
Mathieu
Browse files
Fix content types
parent
e8f5db42
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/src/main/scala/org/openmole-connect/server/ConnectServlet.scala
View file @
c59cd707
...
...
@@ -197,7 +197,7 @@ class ConnectServlet(arguments: ConnectServer.ServletArguments) extends Scalatra
}
get
(
"/*"
)
{
getResource
(
request
.
uri
.
getPath
,
request
.
getC
ontentType
)
getResource
(
request
.
uri
.
getPath
,
request
.
c
ontentType
.
getOrElse
(
"html"
)
)
}
get
(
"/"
)
{
...
...
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