katoikia-app/mobile-ui/environment/api.js

4 lines
67 B
JavaScript

export class API {
static BASE_URL = "http://localhost:4000"
}