♻️ Refactored grpc part of shared project
This commit is contained in:
@ -5,7 +5,7 @@ package dyson_network.sphere.auth;
|
||||
import "google/protobuf/empty.proto";
|
||||
import "google/protobuf/timestamp.proto";
|
||||
|
||||
option csharp_namespace = "DysonNetwork.Sphere.Auth.Proto";
|
||||
option csharp_namespace = "DysonNetwork.Shared.Protos.Auth";
|
||||
|
||||
service AuthService {
|
||||
rpc Login(LoginRequest) returns (LoginResponse);
|
||||
|
Reference in New Issue
Block a user