back
Some checks are pending
Backend CI / test (push) Waiting to run
Backend CI / build (push) Blocked by required conditions
Deploy Mnemo Cards / Deploy Backend (push) Waiting to run
Deploy Mnemo Cards / Deploy Web App (push) Blocked by required conditions
Deploy Mnemo Cards / Final Verification (push) Blocked by required conditions
Some checks are pending
Backend CI / test (push) Waiting to run
Backend CI / build (push) Blocked by required conditions
Deploy Mnemo Cards / Deploy Backend (push) Waiting to run
Deploy Mnemo Cards / Deploy Web App (push) Blocked by required conditions
Deploy Mnemo Cards / Final Verification (push) Blocked by required conditions
This commit is contained in:
parent
03e1e0b478
commit
6187db39bb
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ class MediaApiV2 {
|
|||
final MinioService _minioService;
|
||||
final dio.Dio _dio = dio.Dio();
|
||||
// Voice service URL from environment or default
|
||||
final String _voiceServiceUrl = Platform.environment['VOICE_SERVICE_URL'] ??
|
||||
final String _voiceServiceUrl =
|
||||
Platform.environment['VOICE_SERVICE_URL'] ??
|
||||
'https://voice-service.mnemo-cards.online';
|
||||
|
||||
MediaApiV2(this._minioService);
|
||||
|
|
|
|||
Loading…
Reference in a new issue