namespace Thalos.Bff.Rest.Endpoints; /// /// Defines endpoint conventions for the identity edge API. /// public static class EndpointConventions { /// /// Prefix used by identity edge API routes. /// public const string ApiPrefix = "/api/identity"; }