fix for prod

pull/6/head
unknown 2018-10-25 20:57:06 -04:00
parent 471ef3f178
commit fde9397007
1 changed files with 3 additions and 4 deletions

View File

@ -237,10 +237,9 @@ module.exports = {
* > Be sure to use the right protocol! ("http://" vs. "https://") *
* *
***************************************************************************/
// onlyAllowOrigins: [
// 'https://example.com',
// 'https://staging.example.com',
// ],
onlyAllowOrigins: [
'https://ec2-18-219-76-43.us-east-2.compute.amazonaws.com',
],
/***************************************************************************
* *