> For the complete documentation index, see [llms.txt](https://docs.tomatophp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomatophp.com/plugins/tomato-flutter/change-endpoint.md).

# 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.
