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 services' behavior should be configurable, such as the maximum size of a returned polls chunk, or whether to enable webhooks, or SignalR, etc.
The configuration should probably be stored in a single POCO, and fetched/updated at the endpoint /api/configuration. This endpoint will be accessible only if the user is authorized (has administrator role).
The text was updated successfully, but these errors were encountered:
The services' behavior should be configurable, such as the maximum size of a returned polls chunk, or whether to enable webhooks, or SignalR, etc.
The configuration should probably be stored in a single POCO, and fetched/updated at the endpoint
/api/configuration
. This endpoint will be accessible only if the user is authorized (has administrator role).The text was updated successfully, but these errors were encountered: