6 lines
68 B
JavaScript
6 lines
68 B
JavaScript
|
|
||
|
|
||
|
export class API {
|
||
|
static BASE_URL = "http://10.0.2.2:4000"
|
||
|
}
|