You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If all the api route has api prefix, how can I set it in baseUrl?
For now when I set it in config 'base_url' => config('app.url').'/api', the url generated will be http://domain/api/api/login
I'm using the openapi-ts tool for requests, and I don't want to fill in the same prefix every time
Scribe version
4.39.0
Your question
If all the api route has
api
prefix, how can I set it in baseUrl?For now when I set it in config
'base_url' => config('app.url').'/api',
the url generated will behttp://domain/api/api/login
I'm using the openapi-ts tool for requests, and I don't want to fill in the same prefix every time
Docs
The text was updated successfully, but these errors were encountered: