This website requires JavaScript.
Explore
Help
Register
Sign In
kent-logistics
/
kent_logistics_app
Watch
3
Star
0
Fork
0
You've already forked kent_logistics_app
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3bf27cc29d4289744c9255f332fb2a94aaac78cd
kent_logistics_app
/
lib
/
config
/
api_config.dart
4 lines
84 B
Dart
Raw
Normal View
History
Unescape
Escape
Initial Flutter project added
2025-11-28 10:14:30 +05:30
class
ApiConfig
{
connect with backend
2025-12-03 11:57:05 +05:30
static
const
String
baseUrl
=
"
http://10.207.50.74:8000/api
"
;
Initial Flutter project added
2025-11-28 10:14:30 +05:30
}
Reference in New Issue
Copy Permalink