Update .gitignore and README

This commit is contained in:
Nico Schottelius 2018-10-26 22:00:47 +02:00
parent 4227b1b73c
commit f8cb107f09
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
venv/
db.sqlite3

View File

@ -29,7 +29,7 @@ Returns a JSON object:
Either
```
{
status: "OK",
status: "OK"
}
```
@ -37,7 +37,7 @@ OR
```
{
status: "FAIL",
status: "FAIL"
}
```