finished uptime endpoint

This commit is contained in:
Ubergeek
2020-01-22 18:17:09 -05:00
parent 860f78f206
commit 3b4437db96
2 changed files with 27 additions and 3 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"python.pythonPath": "/usr/bin/python3",
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
}