|
|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
class URLs {
|
|
|
|
|
URLs._();
|
|
|
|
|
static const host2 = "http://194.163.164.213/atoms/api";
|
|
|
|
|
static const host1 = "https://atoms.hmg.com/api";
|
|
|
|
|
static const host1 = "https://atomsuat.hmg.com";
|
|
|
|
|
|
|
|
|
|
// API Routes
|
|
|
|
|
static const login = "/handle/user/login"; // post
|
|
|
|
|
static const login = "/mobile/MobileAuth/Login"; // post
|
|
|
|
|
static const register = "/handle/create/user"; // post
|
|
|
|
|
static const updateProfile = "/update/user/profile"; // post
|
|
|
|
|
static const getHospitals = "/handle/return/all/clients"; // get
|
|
|
|
|
|