1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

normalize ports to 8080

This commit is contained in:
Rob Ede
2022-03-06 00:41:32 +00:00
parent e8cd22d2f2
commit f27cc4b6b4
20 changed files with 122 additions and 50 deletions

View File

@ -7,7 +7,9 @@ edition = "2021"
actix-web = "4"
actix-session = "0.5"
actix-redis = "0.10"
env_logger = "0.9"
log = "0.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"