How can i create a API for /**/ #2704
Answered
by
liangyuanpeng
liangyuanpeng
asked this question in
Q&A
-
I need som API like It will match the following patterns however:
I'm not sure actix-web is support it? Thanks any help. |
Beta Was this translation helpful? Give feedback.
Answered by
liangyuanpeng
Mar 20, 2022
Replies: 2 comments
-
Or just some some like: create API for prefix url
Remind me if i missed some doc,Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
liangyuanpeng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.route("/v3/**",web::get().to(default))
working for me.