mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
This is not needed anymore ~
This commit is contained in:
parent
66f5a9acfa
commit
05717e63d1
1 changed files with 1 additions and 4 deletions
|
@ -64,10 +64,7 @@ export default {
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
queries: [
|
queries: [
|
||||||
['GET', 'apps/manifest?app=' + this.id],
|
['GET', 'apps/manifest?app=' + this.id]
|
||||||
['GET', { uri: 'domains' }],
|
|
||||||
['GET', { uri: 'domains/main', storeKey: 'main_domain' }],
|
|
||||||
['GET', { uri: 'users' }]
|
|
||||||
],
|
],
|
||||||
name: undefined,
|
name: undefined,
|
||||||
infos: undefined,
|
infos: undefined,
|
||||||
|
|
Loading…
Reference in a new issue