api.dart 101 B

1234
  1. class Api {
  2. static const host = "https://xx.com";
  3. static const user = "{$host}/org/app/users";
  4. }