mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2026-07-12 08:42:20 +08:00
Move from json crate to jzon (json is no longer maintained)
This commit is contained in:
@@ -34,7 +34,7 @@ use actix_web::{
|
||||
http::header::HeaderValue,
|
||||
http::header::HeaderMap
|
||||
};
|
||||
use json::{JsonValue, object};
|
||||
use jzon::{JsonValue, object};
|
||||
use crate::encryption;
|
||||
|
||||
fn unhandled(req: HttpRequest, body: String) -> Option<JsonValue> {
|
||||
|
||||
Reference in New Issue
Block a user