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
In lib.rs several routes are defined in init_web_server but have no corresponding representation in api.toml. Because of this, they are not included in documentation constructed from api.toml. For some routes, like catch all handlers for / and /*, this is appropriate, but for /help and /healthcheck, there's no reason for these to be treated specially. Adding them to api.toml would be simpler and more helpful.
The text was updated successfully, but these errors were encountered:
In
lib.rs
several routes are defined ininit_web_server
but have no corresponding representation inapi.toml
. Because of this, they are not included in documentation constructed fromapi.toml
. For some routes, like catch all handlers for/
and/*
, this is appropriate, but for/help
and/healthcheck
, there's no reason for these to be treated specially. Adding them toapi.toml
would be simpler and more helpful.The text was updated successfully, but these errors were encountered: