Customize /api prefix for APIs

Hi @CEB3895, @DMehaffy ,
Thanks.The solution to add the prefix works for the rest api. But my admin is breaking as its throwing an error for the i18n/locales api. I am using below config as I don’t need any prefix.

 rest: {
    prefix: ''
  }


Any idea how to solve this issue?