diff --git a/handler.py b/handler.py index 64ae435..3a1b396 100644 --- a/handler.py +++ b/handler.py @@ -21,3 +21,7 @@ def index(): } } return public_home.main().html(params) + +@app.route('/api/') +def index(crud): + return f'api {crud}' \ No newline at end of file