add: template editor

This commit is contained in:
h z
2025-04-14 17:02:22 +01:00
parent 6626fac452
commit fa855bc7bb
20 changed files with 442 additions and 299 deletions

1
app.py
View File

@@ -54,6 +54,5 @@ def log_request():
if __name__ == '__main__':
api.init_rate_limits(app)
#logger.info("Starting app")
pprint(env_provider.summerize())
app.run(host='0.0.0.0', port=5000)