store dna all done
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
export const BASE_URL = 'https://dax.parinaam.in/execute/dabur';
|
||||
|
||||
export const ApiURL = {
|
||||
|
||||
// login: `${BASE_URL}/api/v1/auth/login`,
|
||||
|
||||
pssscoreApi: `${BASE_URL}/mtd/pssscore`,
|
||||
getotpApi: `https://api1.parinaam.in/api/dabur/SendOTP`,
|
||||
verifyotpApi: `https://api1.parinaam.in/api/dabur/AuthenticateOTP`,
|
||||
storeDNAfilter:`https://api1.parinaam.in/api/dabur/StoreDNAfilter`,
|
||||
storeSearch :`https://api1.parinaam.in/api/dabur/StoreDNAstoreSearch`,
|
||||
};
|
||||
Reference in New Issue
Block a user