This website works better with JavaScript
Home
Explore
Project
Register
Sign In
lyq
/
agora_chat_demo
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
5ed7dbd3aa
Branches
Tags
master
agora_chat_demo
/
lib
/
models
/
api.dart
api.dart
101 B
History
Raw
1
2
3
4
class Api {
static const host = "https://xx.com";
static const user = "{$host}/org/app/users";
}