Files
Reservair/assets/js/RsvApi.js
T
Martin Slachta 0d829845c4 initial
2026-06-11 19:03:29 +02:00

8 lines
134 B
JavaScript

/*
* Utilities for calling the API
*/
function get_rest_url(resource) {
return ReservairServiceAPI.restUrl + '/' + resource;
}