1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

Allow a path as a guard in route handler macro (#2771)

* Allow a path as a guard in route handler macro

* Update CHANGES.md

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
JY Choi
2022-06-07 02:53:23 +09:00
committed by GitHub
parent dce57a79c9
commit 8e76a1c775
3 changed files with 28 additions and 3 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
- Fix support for guard paths in route handler macros. [#2771]
[#2771] https://github.com/actix/actix-web/pull/2771
## 4.0.0 - 2022-02-24