mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2025-09-07 18:00:39 +00:00
add config for max views, expiration and advanced
This commit is contained in:
@@ -110,7 +110,7 @@ struct Status {
|
||||
max_size: usize,
|
||||
}
|
||||
|
||||
pub fn service() -> Scope {
|
||||
pub fn init() -> Scope {
|
||||
web::scope("/notes")
|
||||
.service(one)
|
||||
.service(create)
|
||||
|
Reference in New Issue
Block a user