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
Due to a complicated routing / proxying setup, I need to show a different URL in the OAS documentation than axum uses internally (so that the execute button in Swagger works etc.).
Is there a way to achieve this using aide?
The text was updated successfully, but these errors were encountered:
I remember axum uses Uri from http, which is very limited. Personally I prefer Url from url crate, at least to be compatible with both. Which URL implementation are you interested in?
Due to a complicated routing / proxying setup, I need to show a different URL in the OAS documentation than axum uses internally (so that the execute button in Swagger works etc.).
Is there a way to achieve this using
aide
?The text was updated successfully, but these errors were encountered: