mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 10:27:33 +00:00
fix: url prefixes (#395)
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve",
|
"start": "ng serve",
|
||||||
"build": "ng build",
|
"build": "ng build",
|
||||||
"prodbuild": "ng build --prod --base-href /console/",
|
"prodbuild": "ng build --prod",
|
||||||
"lint": "ng lint && stylelint './projects/**/*.scss' --syntax scss",
|
"lint": "ng lint && stylelint './projects/**/*.scss' --syntax scss",
|
||||||
"postinstall": "../build/console/generate-grpc.sh"
|
"postinstall": "../build/console/generate-grpc.sh"
|
||||||
},
|
},
|
||||||
|
@@ -65,5 +65,5 @@ func (s *Server) RegisterGateway() server.GatewayFunc {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (s *Server) GatewayPathPrefix() string {
|
func (s *Server) GatewayPathPrefix() string {
|
||||||
return "/mgmt/v1"
|
return "/management/v1"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user