Skip to content

Fix issues with orders API

Sébastiaan Versteeg requested to merge fix/pizza-order-api into master

/label bug

Previous behaviour

Steps to reproduce:

  1. https://staging.thalia.nu/api/v1/pizzas/orders/ does not work
  2. Create a pizza event
  3. https://staging.thalia.nu/api/v1/pizzas/orders/ still does not work

New behaviour

Steps to validate that it works:

  1. https://staging.thalia.nu/api/v1/pizzas/orders/ does not work
  2. Create a pizza event
  3. https://staging.thalia.nu/api/v1/pizzas/orders/ still does not work
Edited by Sébastiaan Versteeg

Merge request reports