diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 6d16e53..bb011f2 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -1,7 +1,7 @@ { - "/js/vue/Authentication/app.js": "/js/vue/Authentication/app.js?id=75e2b3f58f212d5e8f48", + "/js/vue/Authentication/app.js": "/js/vue/Authentication/app.js?id=392b3d708a5cff24a101", "/js/vue/Home/app.js": "/js/vue/Home/app.js?id=49fd19f4521a4eb26375", - "/js/vue/Modules/CRM/app.js": "/js/vue/Modules/CRM/app.js?id=54352e041f006e06e650", + "/js/vue/Modules/CRM/app.js": "/js/vue/Modules/CRM/app.js?id=60f4833d5f83d1046b20", "/js/vue/Modules/Reservation/app.js": "/js/vue/Modules/Reservation/app.js?id=043db3597a61bd6c17ce", - "/js/vue/User/app.js": "/js/vue/User/app.js?id=8d1ceb454e7e8e475706" + "/js/vue/User/app.js": "/js/vue/User/app.js?id=bf0749c9e873d048148b" } diff --git a/resources/js/Global/utils/api/init/apollo.js b/resources/js/Global/utils/api/init/apollo.js index 5d246a4..eaeb6bb 100644 --- a/resources/js/Global/utils/api/init/apollo.js +++ b/resources/js/Global/utils/api/init/apollo.js @@ -21,6 +21,6 @@ const authLink = setContext((_, { headers }) => { export default new ApolloClient({ link: authLink.concat(httpLink), - cache: new InMemoryCache() + cache: new InMemoryCache(), });