This website works better with JavaScript.
Home
Explore
Help
Sign In
aminborhani21
/
qadirneyriz
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
Commits
1
Branch
3.9 MiB
Dart
93.9%
C++
4.1%
Ruby
0.5%
Gradle
0.5%
Swift
0.4%
Other
0.7%
Tree:
a30be9e651
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'a30be9e651'
${ noResults }
qadirneyriz
/
lib
/
config
/
network_config.dart
5 lines
98 B
Raw
Blame
History
class NetworkConfig {
final baseUrl = 'https://api.nghsco.com/api/';
const NetworkConfig();
}