update config.js (added interceptor)

This commit is contained in:
2020-11-28 11:55:37 +01:00
parent eb77794fa5
commit e48d300ca9

View File

@@ -35,3 +35,7 @@ export const restaurantTypes = [
"mieszane", "mieszane",
"inna", "inna",
]; ];
export const authErrorInterceptor = (error) => {
}