Customize /api prefix for APIs

AFAIK it can’t be set to / anymore (I think it’s a bug but need to talk to engineers).

It’s undocumented atm but in ./config/api.js inside of the rest object set prefix: '/whatever' and that should change the prefix.

(suggest maybe something like /v1 or whatever)

1 Like