refactor(admin/event): optimize notification target routing and logic handling (#463)

* add

* fix

* add target arns list

* improve code for arns

* upgrade crates version

* fix

* improve import code mod.rs

* fix

* improve

* improve code

* improve code

* fix

* fmt
This commit is contained in:
houseme
2025-08-27 09:39:25 +08:00
committed by GitHub
parent c2d782bed1
commit 9aebef31ff
8 changed files with 448 additions and 201 deletions
+1
View File
@@ -103,6 +103,7 @@ tower-http = { workspace = true, features = [
"cors",
"catch-panic",
] }
url = { workspace = true }
urlencoding = { workspace = true }
uuid = { workspace = true }
zip = { workspace = true }