mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 05:55:22 +00:00
feat(blahd): set Cache-Control
This commit is contained in:
parent
cd7d0f773f
commit
1a4980ebba
2 changed files with 20 additions and 9 deletions
|
@ -32,7 +32,7 @@ sha2 = "0.10"
|
|||
tokio = { version = "1", features = ["macros", "rt-multi-thread", "signal", "sync", "time"] }
|
||||
tokio-stream = { version = "0.1", features = ["sync"] }
|
||||
toml = "0.8"
|
||||
tower-http = { version = "0.6", features = ["cors", "limit"] }
|
||||
tower-http = { version = "0.6", features = ["cors", "limit", "set-header"] }
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
url = { version = "2", features = ["serde"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue