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

View File

@@ -32,3 +32,5 @@ rand = "0.8.5"
actix-session = { version = "0.9.0", features = ["cookie-session"] }
env_logger = "0.11.1"
nanoid = "0.4.0"
serde_json = "1.0.115"
serde = { version = "1.0.197", features = [ "derive" ] }