Skip to content

Commit 02776f5

Browse files
committed
Test success, removing wikipedia.
1 parent fa218e1 commit 02776f5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

dist/app.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ var _photoRoutes = require('./routes/photoRoutes'); var _photoRoutes2 = _interop
1818

1919
const whiteList = [
2020
'https://react.danielsilva.tk',
21-
'http://localhost:3000',
22-
'https://pt.wikipedia.org'
21+
'http://localhost:3000'
2322
]
2423

2524
const corsOptions = {

src/app.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ import photoRoutes from './routes/photoRoutes';
1818

1919
const whiteList = [
2020
'https://react.danielsilva.tk',
21-
'http://localhost:3000',
22-
'https://pt.wikipedia.org'
21+
'http://localhost:3000'
2322
]
2423

2524
const corsOptions = {

0 commit comments

Comments
 (0)