diff options
Diffstat (limited to 'rpc/middleware/validation.go')
-rw-r--r-- | rpc/middleware/validation.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpc/middleware/validation.go b/rpc/middleware/validation.go index 80b4cfd..efa6096 100644 --- a/rpc/middleware/validation.go +++ b/rpc/middleware/validation.go @@ -2,7 +2,7 @@ // //Copyright (C) 2022 Alexander Kiryukhin <i@neonxp.dev> // -//This file is part of go.neonxp.dev/jsonrpc2 project. +//This file is part of go.neonxp.ru/jsonrpc2 project. // //This program is free software: you can redistribute it and/or modify //it under the terms of the GNU General Public License as published by @@ -27,7 +27,7 @@ import ( "github.com/qri-io/jsonschema" - "go.neonxp.dev/jsonrpc2/rpc" + "go.neonxp.ru/jsonrpc2/rpc" ) type ServiceSchema map[string]MethodSchema |