Skip to content

Commit 1d2aa24

Browse files
author
odeimaiz
committed
revert changes in the webserver
1 parent bf7dc2c commit 1d2aa24

File tree

1 file changed

+0
-5
lines changed
  • services/web/server/src/simcore_service_webserver

1 file changed

+0
-5
lines changed

services/web/server/src/simcore_service_webserver/statics.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,7 @@ async def index(request: web.Request):
3737
"""
3838
log.debug("index.request:\n %s", request)
3939

40-
<<<<<<< HEAD
41-
index_path = get_client_outdir(request.app) / APP_TO_BE_SERVED / "index.html"
42-
log.debug("Serving %s ...", index_path)
43-
=======
4440
index_path = get_client_outdir(request.app) / "index.html"
45-
>>>>>>> parent of 6a3952b9... serve qxapp
4641
with index_path.open() as ofh:
4742
return web.Response(text=ofh.read(), content_type="text/html")
4843

0 commit comments

Comments
 (0)