TF-940 Update apiUrl to baseUrl when reload web

This commit is contained in:
dab246
2022-09-22 00:19:22 +07:00
committed by Dat H. Pham
parent 3354461e1f
commit c8aee471c0
2 changed files with 8 additions and 2 deletions
@@ -11,7 +11,7 @@ class GetSessionSuccess extends UIState {
}
class GetSessionFailure extends FeatureFailure {
final exception;
final dynamic exception;
GetSessionFailure(this.exception);