Skip to content
Snippets Groups Projects
Commit a8530b58 authored by Fabian Rausch's avatar Fabian Rausch
Browse files

Change port to avoid conflicts on bbb-dev machine

parent 234f9483
No related branches found
No related tags found
No related merge requests found
......@@ -21,4 +21,4 @@ def get_abstracts_for_query_srf_api():
return get_translation(text, target_lang)
app.config['JSON_AS_ASCII'] = False
app.run(host="0.0.0.0", port=int("5000"), debug=True)
\ No newline at end of file
app.run(host="0.0.0.0", port=int("6061"), debug=True)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment