summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-05-15 09:32:33 -0700
committerDessalines <tyhou13@gmx.com>2019-05-15 09:32:33 -0700
commit8820eac129a7830432ca52f41b83d74ee47ccd09 (patch)
treeec6cc21a876606b94ac7437d59bc74d2256f6fb3 /docs
parent442bb3d20e1a5b93d0415b86ffe1cedb7c67b017 (diff)
Removing need for spam_timer
Diffstat (limited to 'docs')
-rw-r--r--docs/api.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/api.md b/docs/api.md
index 69229c16..032c08aa 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -68,8 +68,7 @@ Only the first user will be able to be the admin.
email: Option<String>,
password: String,
password_verify: String,
- admin: bool,
- spam_timeri: i64,
+ admin: bool
}
}
```