Skip to content

Commit

Permalink
fix ;'>
Browse files Browse the repository at this point in the history
  • Loading branch information
Wanbicoi committed Jan 23, 2024
1 parent 45b865d commit a357532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/config/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import 'package:flutter/material.dart';
import 'package:fooderapp/config/colors/colors.dart';

const String baseUrl = 'http://192.168.153.1:3001/';
const String baseUrl = 'http://192.168.122.1:3001/';
const String baseUrlImageUpload = 'https://api.imgbb.com/1/upload';
const String imBBKey = "db64784c154c203b99f17145518d737a";
const String defaultProfileImageUrl =
Expand All @@ -11,7 +11,7 @@ const String defaultProfileImageUrl =
const String homePage = '/';
const String loginPage = '/login';
const String errorPage = 'error/';
const String albumDetailsPage = 'albumDetailsPage/';
const String libraryPage = 'libraryPage/';
const String profilePage = 'profilePage/';

// Home Page constants
Expand Down

0 comments on commit a357532

Please sign in to comment.