Change builtin default order of user menu apps

This commit is contained in:
Benedikt Kulmann
2020-10-06 16:16:39 +02:00
parent b94dacf1dc
commit 4a3c6bceed

View File

@@ -70,14 +70,14 @@ func (p Phoenix) getPayload() (payload []byte, err error) {
if p.config.Phoenix.Config.ExternalApps == nil {
p.config.Phoenix.Config.ExternalApps = []config.ExternalApp{
{
ID: "accounts",
Path: "/accounts.js",
},
{
ID: "settings",
Path: "/settings.js",
},
{
ID: "accounts",
Path: "/accounts.js",
},
}
}