Added playground in CORS array

This commit is contained in:
Douglas Barone 2022-08-11 08:22:31 -04:00
parent 67a04ea767
commit 314c50078d

View File

@ -21,7 +21,9 @@ const server = new ApolloServer({
'http://ifms-pti-web.paas1.pp.ifms.edu.br', 'http://ifms-pti-web.paas1.pp.ifms.edu.br',
'https://ifms-pti-web.paas1.pp.ifms.edu.br', 'https://ifms-pti-web.paas1.pp.ifms.edu.br',
'http://ti.pp.ifms.edu.br', 'http://ti.pp.ifms.edu.br',
'https://ti.pp.ifms.edu.br' 'https://ti.pp.ifms.edu.br',
'http://ifms-pti-svr.paas1.pp.ifms.edu.br/',
'https://ifms-pti-svr.paas1.pp.ifms.edu.br/'
] ]
} }
: true, : true,