drunomics / nuxtjs-drupal-ce

A Nuxt module to easily connect Drupal via custom elements.
https://lupus-decoupled.org/
MIT License
22 stars 4 forks source link

fix: Set status code for API error responses containing page data #124

Closed TurtlBbx closed 1 year ago

TurtlBbx commented 1 year ago

Solves #123. I also added test coverage for it. I had to use callWithNuxt to use Nuxt composable (setResponseStatus) after an async call.