mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-13 18:19:27 +00:00
10 lines
258 B
JavaScript
10 lines
258 B
JavaScript
export default {
|
|
getContentID(ort_kurbz) {
|
|
return this.$fhcApi.get(
|
|
FHC_JS_DATA_STORAGE_OBJECT.app_root +
|
|
FHC_JS_DATA_STORAGE_OBJECT.ci_router +
|
|
"/api/frontend/v1/Ort/ContentID",
|
|
{ ort_kurzbz: ort_kurbz }
|
|
);
|
|
},
|
|
} |