Files
SCM-Manager/scm-ui-components/packages/ui-components/src/urls.js
2018-09-05 14:32:49 +02:00

7 lines
138 B
JavaScript

// @flow
export const contextPath = window.ctxPath || "";
export function withContextPath(path: string) {
return contextPath + path;
}