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.
|
export const ApiConfig = { |
|
apiKey: "AIzaSyBBksq-Asxq2M4Ot-75X19IyrEYJqNBPcg", |
|
authDomain: "dnvn.ir", |
|
baseUrl: "https://dnvn.ir/api/v1/", |
|
//baseUrl: 'http://localhost:3030/api/v1', |
|
loginURL: "user/login", |
|
otploginURL: "user/otp/login", |
|
logoutURL: "user/logout", |
|
};
|
|
|