Skip to content

refactor(frontend): consolidate api utility proxies and error handlers#321

Merged
victoriacheng15 merged 1 commit into
mainfrom
refactor/consolidate-api-utils
Jun 22, 2026
Merged

refactor(frontend): consolidate api utility proxies and error handlers#321
victoriacheng15 merged 1 commit into
mainfrom
refactor/consolidate-api-utils

Conversation

@victoriacheng15

Copy link
Copy Markdown
Owner

Summary

Consolidated multiple separate server-side API proxy handler files and error interceptor utilities into a single, unified module. This consolidation reduces file clutter, simplifies imports via the directory path resolver, and unifies the error formatting contract.

List of Changes

  • Consolidated seven separate proxy request files and their corresponding vitest assertions into index.ts and index.test.ts under frontend/src/app/api/_utils/.
  • Removed the deprecated legacy files and configured the exports directly under the consolidated entry point.

Verification

  • npm run lint
  • npm run test:frontend

@victoriacheng15 victoriacheng15 merged commit 2e93f42 into main Jun 22, 2026
5 checks passed
@victoriacheng15 victoriacheng15 deleted the refactor/consolidate-api-utils branch June 22, 2026 16:15
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