Skip to content
This repository was archived by the owner on Apr 21, 2024. It is now read-only.

Commit 8d1545a

Browse files
authored
Merge pull request #15 from Flow-Works/ThinLiquid-patch-1
[🐛] Fixed the 'trust proxy' bug
2 parents c619745 + a0a860d commit 8d1545a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const server = createServer()
1212
const app = express()
1313

1414
app.use(cors())
15+
app.enable('trust proxy')
1516

1617
app.use('/apps', require('./apps'))
1718

0 commit comments

Comments
 (0)