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
memoriav
Memobase 2020
services
me-test
Commits
347ec376
Commit
347ec376
authored
Jun 28, 2020
by
Matthias
Browse files
adapt some imports
parent
10aa15d9
Pipeline
#10698
failed with stages
in 3 minutes and 7 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
me_test_app/main.py
View file @
347ec376
from
me_test_
service_
app
import
create_app
from
me_test_app
import
create_app
if
__name__
==
"__main__"
:
app
=
create_app
()
app
.
run
(
host
=
'0.0.0.0'
,
debug
=
True
)
me_test_app/resources/MeTest.py
View file @
347ec376
from
flask_restful
import
Resource
from
flask
import
request
as
flaskRequest
class
MeTest
(
Resource
):
...
...
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