|
преди 5 години | |
---|---|---|
templates | преди 5 години | |
.gitignore | преди 5 години | |
README.md | преди 6 години | |
app.py | преди 5 години | |
index.html | преди 5 години | |
requirements.txt | преди 5 години | |
secret.toml.template | преди 6 години |
Simple Flask app, exposes 2 endpoints
/
- Return the user list of the server as JSON of the form {users: ["foo", "bar"]}
/page
- A human-readable HTML page with the user list
Config goes in secret.toml
file, following the secret.toml.template
given
No guarantees for speed or safety are made