admin: sync mcq/ucq
This commit is contained in:
parent
e72baf680d
commit
89b75c281b
5 changed files with 100 additions and 2 deletions
|
@ -9,5 +9,5 @@ func init() {
|
|||
}
|
||||
|
||||
func showVersion(_ httprouter.Params, body []byte) (interface{}, error) {
|
||||
return map[string]interface{}{"version": 0.3}, nil
|
||||
return map[string]interface{}{"version": 0.4}, nil
|
||||
}
|
||||
|
|
Reference in a new issue