Skip to content

Commit 49b26ff

Browse files
Update api.ts
1 parent 2e2d130 commit 49b26ff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/app/services/api.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ export const api= axios.create({
66
headers: {
77
"Content-Type": "application/json",
88
Accept: "application/json",
9-
'Cache-Control': 'no-cache',
10-
'Pragma': 'no-cache',
11-
'Expires': '0'
9+
10+
1211
},
1312
})
1413
api.interceptors.request.use((config) => {

0 commit comments

Comments
 (0)