mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2026-08-26 23:12:20 +08:00
Move all encryption to a session handler
This commit is contained in:
@@ -14,6 +14,6 @@ async fn reward(req: HttpRequest) -> impl Responder {
|
||||
}))
|
||||
}
|
||||
|
||||
async fn reward_post(req: HttpRequest, _body: String) -> impl Responder {
|
||||
async fn reward_post(req: HttpRequest) -> impl Responder {
|
||||
global::api(&req, Some(array![]))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user