Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tanvir-ahmod committed Jul 31, 2021
1 parent c527ee2 commit d206c3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/helpers/Constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ const TOKEN = "token";
const PROJECT = "project";
const PARENT_ID = "parentID";
const UPDATE_LISTENER = "updateListener";
// static const BASE_URL = "https://sheltered-falls-24238.herokuapp.com/";
const BASE_URL = "http://192.168.0.100:8080/";
const BASE_URL = "https://sheltered-falls-24238.herokuapp.com/";
// const BASE_URL = "http://192.168.0.100:8080/";

const int RESPONSE_OK = 200;

Expand Down

0 comments on commit d206c3c

Please sign in to comment.