Skip to content
Snippets Groups Projects
Commit 17af3e11 authored by D4rkHeart's avatar D4rkHeart
Browse files

[Fix] Traefik service and configured routing for /gest endpoints

parent d219b491
No related branches found
No related tags found
1 merge request!7Migration gest
module.exports = {
devServer: {
host: 'localhost',
port: 8080,
https: false
//host: 'canap-gest-dev.local',
//port: 8080,
//https: true
}
https: false,
disableHostCheck: true,
},
publicPath: "/gest"
}
\ No newline at end of file
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