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 = {
devServer: {
host: '0.0.0.0',
port: 8124,
port: 9999,
https: false,
proxy: {
'/openbis': {
......@@ -23,7 +23,7 @@ module.exports = {
}
},
devMiddleware: {
publicPath: '/ng-ui-path/'
publicPath: '/admin/'
},
static: {
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