Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Trust and Identity Incubator
alternate-mdx
Commits
5227e645
Commit
5227e645
authored
Feb 21, 2022
by
Martin van Es
Browse files
Fix mdproxy app start
parent
d273864e
Changes
1
Hide whitespace changes
Inline
Side-by-side
mdproxy.py
View file @
5227e645
...
...
@@ -61,5 +61,5 @@ def serve(domain, eid):
response
.
data
=
data
return
response
app
.
run
(
host
=
'127.0.0.1'
,
port
=
5002
)
if
__name__
==
"__main__"
:
app
.
run
(
host
=
'127.0.0.1'
,
port
=
5002
,
debug
=
False
)
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