chore: add preprod api
This commit is contained in:
@@ -12,7 +12,6 @@ export const setToken = (token: string) =>
|
||||
AsyncStorage.setItem(TOKEN_KEY, token);
|
||||
export const removeToken = () => AsyncStorage.removeItem(TOKEN_KEY);
|
||||
|
||||
// Admin/Cabine/Livreur token
|
||||
export const getAdminToken = () => AsyncStorage.getItem(ADMIN_TOKEN_KEY);
|
||||
export const setAdminToken = (token: string) =>
|
||||
AsyncStorage.setItem(ADMIN_TOKEN_KEY, token);
|
||||
|
||||
Reference in New Issue
Block a user