Skip to content

Commit

Permalink
change domain
Browse files Browse the repository at this point in the history
  • Loading branch information
LEHOANGLONG0807 committed Jan 26, 2022
1 parent bd53bb0 commit 404f6ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pages/read_story/page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class ReadStoryPage extends GetView<ReadStoryController> {
],
).wrapHeight(20),
],
).paddingOnly(top: 10, right: 20, left: 20, bottom: 10),
).paddingAll(10),
),
),
_buildAppBar(),
Expand Down
2 changes: 1 addition & 1 deletion lib/services/api_services.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'package:dio/dio.dart';

class APIService {
Dio? dio;
final String basePath = 'http://apx.mesaynovel.com/api';
final String basePath = 'http://guess.truyen.live/api';

APIService() {
final headers = <String, dynamic>{
Expand Down

0 comments on commit 404f6ec

Please sign in to comment.