diff options
| author | root <root@turin.home> | 2022-01-30 15:34:41 +0000 |
|---|---|---|
| committer | root <root@turin.home> | 2022-01-30 15:34:41 +0000 |
| commit | 07ceed5c7022da6233797c70954cf874239c88fa (patch) | |
| tree | 5c12155538039c2e99ba3d2185c23861699329e7 /api.py | |
| parent | 455b655759db7ada3c7af28629cb8af95cecbaee (diff) | |
Add api integration
Diffstat (limited to 'api.py')
| -rw-r--r-- | api.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +from __main__ import app + @app.route("/api/info") def api_info(): msg = """ |
