#31 (upstream) Fix iOS client local streaming issues

This commit is contained in:
bransoned
2026-01-11 18:47:13 -05:00
parent 61a21b0e0c
commit ad4a3af41e
2 changed files with 45 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ builder.Services.AddControllers();
builder.Services.AddHttpClient();
builder.Services.AddEndpointsApiExplorer();
builder.Services.AddSwaggerGen();
builder.Services.AddHttpContextAccessor();
// Exception handling
builder.Services.AddExceptionHandler<GlobalExceptionHandler>();