An API for my personal portfolio
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #1 from matthew-hre/matthew-hre/jj-ovpvkvsvrvru

authored by

Matthew Hrehirchuk and committed by
GitHub
c73e9c1d 3bd2a3dd

+5 -1
+5 -1
src/index.ts
··· 7 7 app.use( 8 8 "*", 9 9 cors({ 10 - origin: ["https://matthew-hre.com", "https://beta.matthew-hre.com"], 10 + origin: [ 11 + "https://matthew-hre.com", 12 + "https://beta.matthew-hre.com", 13 + "http://localhost:3000", 14 + ], 11 15 }) 12 16 ); 13 17