Skip to content

Commit

Permalink
changed package for login service
Browse files Browse the repository at this point in the history
  • Loading branch information
ezamelczyk committed Jul 23, 2019
1 parent 700ab11 commit b85f288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions login-api/src/main/proto/login-service.proto
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
syntax = "proto3";

option java_package = "volantes";
option java_package = "volantes.grpc.login";

package volantes;
package login;

service LoginService {
rpc Login (LoginRequest) returns (LoginResponse);
Expand Down

0 comments on commit b85f288

Please sign in to comment.