Move all samples to the root dir
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
6
nginx-flask-mysql/backend/hello.py
Executable file
6
nginx-flask-mysql/backend/hello.py
Executable file
@@ -0,0 +1,6 @@
|
||||
from flask import Flask
|
||||
app = Flask(__name__)
|
||||
|
||||
@app.route('/')
|
||||
def hello_world():
|
||||
return 'Hello world'
|
Reference in New Issue
Block a user