mirror of
https://github.com/openziti/zrok.git
synced 2025-08-15 10:32:33 +02:00
tunnel request/response (#3)
This commit is contained in:
@ -43,5 +43,5 @@ func Run(cfg *Config) error {
|
||||
}
|
||||
|
||||
func versionHandler(_ metadata.VersionParams) middleware.Responder {
|
||||
return metadata.NewVersionOK().WithPayload(&rest_model_zrok.Version{Version: "v0.0.1; sk3tch"})
|
||||
return metadata.NewVersionOK().WithPayload(&rest_model_zrok.Version{Version: "v0.0.1; sk3tc4"})
|
||||
}
|
||||
|
Reference in New Issue
Block a user