UNPKG

@cocalc/server

Version:

CoCalc server functionality: functions used by either the hub and the next.js server

8 lines 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.urlToUserURL = void 0; function urlToUserURL(url) { return (url ?? "").replace("api/v2/tickets", "requests").replace(".json", ""); } exports.urlToUserURL = urlToUserURL; //# sourceMappingURL=util.js.map