1. Home
  2. Parking slot – Documentation
  3. Quick Start
  4. Where I can find the UserAPIcontroller path?

Where I can find the UserAPIcontroller path?

Backend Source – UserAPIController Path

  1. Backend source code → app → Http → Controllers → UserApiController.php
  2. Backend source code directory, appdirectory, Http directory, Controllers directory, UserApiController.php is the file of the user API path.
  3. This contents all the User API functionality. If you want to change any User app functionality. You need to change here.