From 93acf971ebea930df51b3dcbd55838ff14aa8bbe Mon Sep 17 00:00:00 2001 From: Raul Ferreira G Date: Mon, 30 Dec 2024 22:13:41 -0300 Subject: [PATCH] fix: fix, add a header for when a user tries to log in --- config/axios.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/config/axios.ts b/config/axios.ts index d8c1404..84cbe4f 100644 --- a/config/axios.ts +++ b/config/axios.ts @@ -22,6 +22,7 @@ export const globalConfig: RetryConfig = { baseURL: `${process.env.EXPO_PUBLIC_API_URL}/api/v1`, headers: { "Content-Type": "application/json", + "X-Device-Type": "mobile", }, };