Skip to content

Commit

Permalink
fix: make streaming* cors accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
nunogois committed Dec 3, 2024
1 parent a5cfb5b commit e9a00c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default async function getApp(
corsOriginMiddleware(services, config),
);
app.options(
`${baseUriPath}/api/streaming/*`,
`${baseUriPath}/api/streaming*`,
corsOriginMiddleware(services, config),
);

Expand Down

0 comments on commit e9a00c0

Please sign in to comment.