Skip to content

Commit 71cfc70

Browse files
authored
Merge branch 'main' into main
2 parents 051cc28 + 31410a9 commit 71cfc70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/setupProxy.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const path = __dirname + '/dist'
2222
const port = environmentVariable("WEB_PORT")
2323

2424
app.use('/', express.static(path))
25+
app.use('/jobs', express.static(path))
2526
app.use('/datasets', express.static(path))
2627
app.use('/events', express.static(path))
2728
app.use('/lineage/:type/:namespace/:name', express.static(path))

0 commit comments

Comments
 (0)