# 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`](http://10.0.2.2:8000/api) and run&#x20;

```bash
php artisan serv
```

on your app.
