Skip to content

Commit

Permalink
add backend url
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnil-ahlawat committed Mar 29, 2021
1 parent 61fadad commit c6cdc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/constants/theme.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Dimensions } from 'react-native';
const { width, height } = Dimensions.get('window');
export const LINK = 'https://b67d1577a789.ngrok.io';
export const LINK = 'https://powerful-bastion-70976.herokuapp.com:443';
export const COLORS = {
// base colors
primary: '#3FC060', // green
Expand Down

0 comments on commit c6cdc69

Please sign in to comment.