Files
2022-05-09 12:15:32 +02:00

4 lines
77 B
JavaScript

export function get_api_base_url() {
return "http://localhost:8000/api";
}