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
One advantage of using the declare_api_endpoint! is the ability to know when a route changes. Ideally, when we compile, we should have a cargo sub-command that we can run that will automatically generate the API docs, either in an OpenAPI spec or otherwise
The text was updated successfully, but these errors were encountered:
One advantage of using the
declare_api_endpoint!
is the ability to know when a route changes. Ideally, when we compile, we should have a cargo sub-command that we can run that will automatically generate the API docs, either in an OpenAPI spec or otherwiseThe text was updated successfully, but these errors were encountered: