πŸš€Change Endpoint

if you like to change the endpoint to match your URL you can change it from the file

flutter/YOUR_APP/lib/config/Config.dart

and change it to your endpoint, if you are using Android you check the app please make the endpoint hit to http://10.0.2.2:8000/api and run

php artisan serv

on your app.

Last updated