Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pump, Cedric
lab-rest
Commits
c58048a1
Commit
c58048a1
authored
Mar 28, 2021
by
CedricPump
Browse files
- added explicid host
parent
b3d4b04a
Pipeline
#38132
passed with stages
in 1 minute and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
api/api.py
View file @
c58048a1
...
...
@@ -35,4 +35,4 @@ def home():
def
api_all
():
return
jsonify
(
books
)
app
.
run
()
\ No newline at end of file
app
.
run
(
host
=
"0.0.0.0"
)
\ No newline at end of file
Write
Preview
Supports
Markdown
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