Both api and pretty_api exist as blueprints. The api blueprint is the legacy module and is currently dead code. The pretty_api blueprint doesn't do anything blueprints need to do, and can simply be move to the core module.
Resolved when
The api blueprint is removed.
The pretty_api blueprint is move to the core module.
Issue or current state
Both
api
andpretty_api
exist as blueprints. Theapi
blueprint is the legacy module and is currently dead code. Thepretty_api
blueprint doesn't do anything blueprints need to do, and can simply be move to the core module.Resolved when
The
api
blueprint is removed. Thepretty_api
blueprint is move to thecore
module.