deconst / presenter

Consumes the content store API to render HTML to humans
4 stars 6 forks source link

Allow _api leading segment to be configurable #114

Closed ktbartholomew closed 8 years ago

ktbartholomew commented 8 years ago

We're using the segment /_api to sort of namespace API calls and avoid conflicts with actual content mappings, but it would be more flexible to allow this to be configured via an environment variable (perhaps with /_api as a default).