Skip to content

Commit

Permalink
Change api server address to AWS Cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
isutare412 committed Dec 4, 2020
1 parent fa39b06 commit f0dcf24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/lib/api/api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import 'package:mukgo/proto/model.pb.dart';
import 'package:mukgo/proto/request.pb.dart';

//String apiUrl = '10.0.2.2:7777';
String apiUrl = 'redshore.asuscomm.com:7777';
String apiUrl = 'ec2-13-209-9-180.ap-northeast-2.compute.amazonaws.com:7777';
//String apiUrl = 'redshore.asuscomm.com:7777';

// log api error reason code
void printResponseError(String api, Uint8List bytes) {
Expand Down

0 comments on commit f0dcf24

Please sign in to comment.