You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If two #[route] functions have the same path but different methods they respond to, xitca fails to construct. However, #[route] doesn't have a way to request multiple paths. I believe I noticed a todo in the macro to support multiple methods.