Skip to content

fix: CORS, readAllEntryLines, readAllComputationIncomeStatements path…#150

Merged
656d696c65 merged 1 commit into
mainfrom
v1.3.11-dev
Jul 9, 2026
Merged

fix: CORS, readAllEntryLines, readAllComputationIncomeStatements path…#150
656d696c65 merged 1 commit into
mainfrom
v1.3.11-dev

Conversation

@656d696c65

Copy link
Copy Markdown
Member

… param bugs

  • fix(api): CORS allowMethods missing GET/PATCH/DELETE (only POST was allowed), blocking all non-POST requests at the browser preflight stage in production
  • fix(metadata): readAllEntryLines route path contained uninterpreted :idEntry param, causing YearDataWrapper to receive zero entry lines for the year
  • fix(metadata): readAllComputationIncomeStatements same bug with :idComputation
  • fix(dashboard): DeleteOneApiKey now passes params (idOrganization, idApiKey) so the URL path is built correctly

… param bugs

- fix(api): CORS allowMethods missing GET/PATCH/DELETE (only POST was allowed),
  blocking all non-POST requests at the browser preflight stage in production
- fix(metadata): readAllEntryLines route path contained uninterpreted :idEntry
  param, causing YearDataWrapper to receive zero entry lines for the year
- fix(metadata): readAllComputationIncomeStatements same bug with :idComputation
- fix(dashboard): DeleteOneApiKey now passes params (idOrganization, idApiKey)
  so the URL path is built correctly
@656d696c65 656d696c65 merged commit f075217 into main Jul 9, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant