Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add-api-proxy: Add Nitro server API routes (#179)
* feat: add-api-proxy: Add Nitro server API routes * Remove debug code * Fix tests * Fix menu route rules and add docs * Add test for disabled exposeAPIRouteRules * Improve docs * Improve docs * Fix module build error. * Fix menu proxy not working. * add-api-proxy: Add README and add BC baseUrl * add-api-proxy: Replace routeRules with server handlers * add-api-proxy: Remove console log * add-api-proxy: Handle cases where baseURL is not full URL * add-api-proxy: Add back README commit * add-api-proxy: Support i18n in menus and add README for runtime overrides * add-api-proxy: Add override examples and use serverDrupalBaseUrl * add-api-proxy: Improve README * Improve README * Fix a build error * Fix build errors * Fix menu endpoint proxy * Improve README * Fix default options * Update README.md * correctly test BC * add-api-proxy: Update README and menu fallback * add-api-proxy: Allow env overrides for drupalBaseUrl * add-api-proxy: Update vitest * add-api-proxy: Improve menu route and README * add-api-proxy: Small refactor * add-api-proxy: Refactor menu api code * add-api-proxy: Add handler for base path --------- Co-authored-by: Matic Fink <[email protected]> Co-authored-by: Wolfgang Ziegler <[email protected]>
- Loading branch information