Skip to content

Commit

Permalink
Update constants.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
sohail0992 authored Jul 19, 2023
1 parent f66af90 commit ee02955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/constants.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Constants {
static const dev = true;
static const dev = false;
static const local = false;
static const Local_URL = 'http://localhost:3000';
static const Server_URL =
Expand Down

0 comments on commit ee02955

Please sign in to comment.