From e48d300ca9f0166899bf72c21e012662924641ea Mon Sep 17 00:00:00 2001 From: Jonasz Bigda Date: Sat, 28 Nov 2020 11:55:37 +0100 Subject: [PATCH] update config.js (added interceptor) --- src/config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index d759ff5..945c80c 100644 --- a/src/config.js +++ b/src/config.js @@ -34,4 +34,8 @@ export const restaurantTypes = [ "żydowska", "mieszane", "inna", - ]; \ No newline at end of file + ]; + + export const authErrorInterceptor = (error) => { + + } \ No newline at end of file