summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-05-15 09:32:33 -0700
committerDessalines <happydooby@gmail.com>2019-05-15 09:32:33 -0700
commitdb5b0a951e77d08af3b9a762f14a5b26e73740bf (patch)
tree44b43dee89aa9f2ef8f198166aa46cfa7f9d7a7b /docs
parent6b87cdcb63e53a759181574a56794f2fe74a91dd (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
}
}
```