This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
syntax = "proto3";
|
||||
package auth;
|
||||
option go_package = "github.com/smart-search-gateway/api/proto/auth/auth";
|
||||
option go_package = "git.techease.ru/Smart-search/smart-search-back/pkg/pb/auth";
|
||||
|
||||
service AuthService {
|
||||
rpc Login(LoginRequest) returns (LoginResponse);
|
||||
|
||||
Reference in New Issue
Block a user