From 111330a10502005bfccf343abb927dccd5b6c23c Mon Sep 17 00:00:00 2001 From: slaventius Date: Fri, 3 Feb 2023 13:22:39 +0300 Subject: [PATCH] * --- cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/main.go b/cmd/main.go index 0e75bab..f47e337 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -11,7 +11,7 @@ import ( "test3k/authDB/internal/config" server "test3k/authDB/internal/transport/grpc" - api "test3k/authDB/umate/pkg/api" + api "test3k/umate/pkg/api" "google.golang.org/grpc" )