Files
SCM-Manager/scm-ui-components/ui-components/src/urls.js

7 lines
138 B
JavaScript

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