Skip to content

Commit

Permalink
[init]Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xuybin committed Dec 13, 2017
1 parent 17e8a44 commit ded6bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ func initSwaggerJSON() (s *spec.Swagger){
"/policy/metadata/":{PathItemProps:spec.PathItemProps{Head:NewOperation(
metadataTag,
fmt.Sprintf("从DB加载最新的元数据"),
fmt.Sprintf("策略更后,会立即生效,但手工变更数据库除外,此时应使用当前api"),
fmt.Sprintf("策略变更后会立即生效,但手动修改数据库除外,此时应使用当前api"),
[]spec.Parameter{},
fmt.Sprintf("无返回"),
&spec.Schema{
Expand Down

0 comments on commit ded6bcd

Please sign in to comment.