Update .gitignore and README
This commit is contained in:
parent
4227b1b73c
commit
f8cb107f09
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
venv/
|
||||
db.sqlite3
|
||||
|
|
|
@ -29,7 +29,7 @@ Returns a JSON object:
|
|||
Either
|
||||
```
|
||||
{
|
||||
status: "OK",
|
||||
status: "OK"
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -37,7 +37,7 @@ OR
|
|||
|
||||
```
|
||||
{
|
||||
status: "FAIL",
|
||||
status: "FAIL"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue