mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 03:48:23 +00:00
The theme creator endpoints return JSON with a 201 CREATED status code. With the recent changes to bootstrap-json/index.js for the Ember CLI proxy, these endpoints were broken because 201 was not an accepted status code. This commit simply adds 201 to the array, but prettier forced a reformat as well!