Files
Reservair/assets/js/RsvApi.js
T

8 lines
134 B
JavaScript
Raw Normal View History

2026-06-11 19:03:29 +02:00
/*
* Utilities for calling the API
*/
function get_rest_url(resource) {
return ReservairServiceAPI.restUrl + '/' + resource;
}