Revert "Reflect origin in CORS"

This reverts commit 5a574ec464.
This commit is contained in:
Øystein Kjærnet
2019-11-01 08:08:15 -07:00
committed by Michael Jackson
parent a50a353b64
commit d16ea57fde
+1 -1
View File
@@ -37,7 +37,7 @@ export default function createServer() {
app.use(morgan('dev'));
}
app.use(cors({ origin: true }));
app.use(cors());
app.use(express.static('public', { maxAge: '1y' }));
// Special startup request from App Engine