1. Home
  2. Airbnb – Documentation
  3. Quick Start
  4. Where I can find the provider API controller path?

Where I can find the provider API controller path?

ProviderAPIController Path

  1. API Project→ app → Http → Controllers → ProviderApiController.php
  2. API project directory, appdirectory, Http directory, Controllers directory, ProviderApiController.php is the file of the provider API path.
  3. This contents all the Provider Api functionality. If you want to change any provider app functionality. You need to change here.