Merge branch 'feature-25999/C4' of github.com:FH-Complete/FHC-Core into feature-25999/C4

This commit is contained in:
Simon Gschnell
2023-11-17 13:05:48 +01:00
+2 -1
View File
@@ -1,7 +1,8 @@
export default {
search: function(searchsettings) {
const url = FHC_JS_DATA_STORAGE_OBJECT.app_root
+ 'index.ci.php/components/SearchBar/search';
+ FHC_JS_DATA_STORAGE_OBJECT.ci_router
+ 'components/SearchBar/search';
return axios.post(url, searchsettings);
},
searchdummy: function(searchsettings) {