This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
mobile-app/src/config/api.ts

4 lines
101 B
TypeScript

export const API_URI = __DEV__
? 'http://localhost:8080'
: 'https://api.zdamegzaminzawodowy.pl';