@ -0,0 +1,7 @@
from flask import Flask
app = Flask(__name__)
@app.get('/meetings/<id>')
def show(id):
return 'hi'