prosody: fix reservations API
Fixes: https://github.com/jitsi/jitsi-meet/issues/11623
This commit is contained in:
@@ -167,7 +167,7 @@ VirtualHost "{{ $XMPP_DOMAIN }}"
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if $PROSODY_RESERVATION_ENABLED }}
|
{{ if $PROSODY_RESERVATION_ENABLED }}
|
||||||
reservations_api_prefix = { "{{ $PROSODY_RESERVATION_REST_BASE_URL }}" }
|
reservations_api_prefix = "{{ $PROSODY_RESERVATION_REST_BASE_URL }}"
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if $ENABLE_BREAKOUT_ROOMS }}
|
{{ if $ENABLE_BREAKOUT_ROOMS }}
|
||||||
|
|||||||
Reference in New Issue
Block a user