We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 051cc28 + 31410a9 commit 71cfc70Copy full SHA for 71cfc70
web/setupProxy.js
@@ -22,6 +22,7 @@ const path = __dirname + '/dist'
22
const port = environmentVariable("WEB_PORT")
23
24
app.use('/', express.static(path))
25
+app.use('/jobs', express.static(path))
26
app.use('/datasets', express.static(path))
27
app.use('/events', express.static(path))
28
app.use('/lineage/:type/:namespace/:name', express.static(path))
0 commit comments