Skip to content
Snippets Groups Projects
Commit 3cd65885 authored by piotr.kupczyk@id.ethz.ch's avatar piotr.kupczyk@id.ethz.ch
Browse files

SSDM-13463 : Export selection of fields from tables - UI part - in development...

SSDM-13463 : Export selection of fields from tables - UI part - in development mode serve the admin ui at '/admin' path and 9999 port
parent 2fb8b332
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -12,7 +12,7 @@ module.exports = { ...@@ -12,7 +12,7 @@ module.exports = {
devServer: { devServer: {
host: '0.0.0.0', host: '0.0.0.0',
port: 8124, port: 9999,
https: false, https: false,
proxy: { proxy: {
'/openbis': { '/openbis': {
...@@ -23,7 +23,7 @@ module.exports = { ...@@ -23,7 +23,7 @@ module.exports = {
} }
}, },
devMiddleware: { devMiddleware: {
publicPath: '/ng-ui-path/' publicPath: '/admin/'
}, },
static: { static: {
directory: './src/js' directory: './src/js'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment