Adjust usage and recompile
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
978e8f4b64
commit
5b42cec065
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -345,7 +345,7 @@ export default {
|
|||
searchGroup: debounce(async function(query) {
|
||||
this.loadingGroups = true
|
||||
try {
|
||||
const response = await axios.get(generateOcsUrl('cloud', 2) + 'groups/details', {
|
||||
const response = await axios.get(generateOcsUrl('cloud/groups/details'), {
|
||||
search: query,
|
||||
limit: 20,
|
||||
offset: 0,
|
||||
|
|
|
|||
Loading…
Reference in New Issue