From 4e349663c90a6cd1c61c21f524013937a56aa956 Mon Sep 17 00:00:00 2001 From: EsioFreitas Date: Wed, 7 Dec 2022 21:18:41 -0300 Subject: [PATCH] feat: add services --- src/services/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/services/index.ts b/src/services/index.ts index 25264ac..e838161 100644 --- a/src/services/index.ts +++ b/src/services/index.ts @@ -3,6 +3,7 @@ import axios from "axios"; const defaultConfig = { "Content-Type": "application/json", + "Access-Control-Allow-Origin": "*", }; const api = axios.create({