Build a URL with the application base path prepended.
The path to append (should start with '/')
The full URL with base path
// If APP_BASE_PATH=/lwturl('/languages') // returns '/lwt/languages'url('/api/v1/texts') // returns '/lwt/api/v1/texts' Copy
// If APP_BASE_PATH=/lwturl('/languages') // returns '/lwt/languages'url('/api/v1/texts') // returns '/lwt/api/v1/texts'
Build a URL with the application base path prepended.