chg: Use json while sending form for new url

This commit is contained in:
SinTan1729
2024-03-31 15:17:54 -05:00
parent 6659452c51
commit 99b5298cd8
4 changed files with 28 additions and 16 deletions

2
actix/Cargo.lock generated
View File

@@ -485,6 +485,8 @@ dependencies = [
"rand",
"regex",
"rusqlite",
"serde",
"serde_json",
]
[[package]]