Skip to content

Commit

Permalink
Enable OpenAPI UI (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
feedmeapples committed Mar 8, 2023
1 parent 83ff6fe commit 4a367d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ func NewServerCommands(defaultCfg *sconfig.Config) []*cli.Command {
Port: uiPort,
TemporalGRPCAddress: frontendAddr,
EnableUI: true,
EnableOpenAPI: true,
UIAssetPath: uiAssetPath,
Codec: uiconfig.Codec{
Endpoint: uiCodecEndpoint,
Expand Down

0 comments on commit 4a367d5

Please sign in to comment.