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
The current baseURL in the spec is / which means that this service cannot be easily combined with other services on the same host machine, or easily use a proxy to redirect to those requests. The ADC API uses /airr/v1 as a baseURL. My suggestion is /airr/registry/v1 as the baseURL for the registry.
The text was updated successfully, but these errors were encountered:
The current baseURL in the spec is
/
which means that this service cannot be easily combined with other services on the same host machine, or easily use a proxy to redirect to those requests. The ADC API uses/airr/v1
as a baseURL. My suggestion is/airr/registry/v1
as the baseURL for the registry.The text was updated successfully, but these errors were encountered: