Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alberliu committed Jul 24, 2021
1 parent 7d10d9a commit 4fd3106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/net/api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ class MyInterceptor extends ClientInterceptor {
final logicClient = LogicExtClient(
ClientChannel(
baseUrl,
port: 50001,
port: 50100,
options: const ChannelOptions(credentials: ChannelCredentials.insecure()),
),
interceptors: [MyInterceptor()]);

final businessClient = BusinessExtClient(
ClientChannel(
baseUrl,
port: 50301,
port: 50200,
options: const ChannelOptions(credentials: ChannelCredentials.insecure()),
),
interceptors: [MyInterceptor()]);

0 comments on commit 4fd3106

Please sign in to comment.