This website requires JavaScript.
Explore
Help
Sign in
VSinerva
/
freesewing
Watch
1
Star
0
Fork
You've already forked freesewing
0
Code
Activity
ca8ceb1a30
freesewing
/
packages
/
backend
/
src
/
middleware
/
express
/
cors.js
6 lines
69 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix(backend): Proper import of archived repo Not really sure what happened, but clearly when I imported our backend code into our monorepo, it was not the latest version. So I'm fixing this now by putting in the latest code. I will re-apply the changes since later.
2022-01-01 15:18:27 +01:00
import
cors
from
'cors'
tada: Initial commit
2018-10-19 16:25:35 +02:00
fix(backend): Proper import of archived repo Not really sure what happened, but clearly when I imported our backend code into our monorepo, it was not the latest version. So I'm fixing this now by putting in the latest code. I will re-apply the changes since later.
2022-01-01 15:18:27 +01:00
export
default
app
=>
{
app
.
use
(
cors
(
)
)
tada: Initial commit
2018-10-19 16:25:35 +02:00
}
Copy permalink