Skip to content
Snippets Groups Projects
Commit 262d869e authored by Fabian Seidl's avatar Fabian Seidl
Browse files

added missing calls for application registration to admin role

parent e1b60f0b
No related branches found
No related tags found
1 merge request!478Application framework qol update
This commit is part of merge request !478. Comments created here will be created in the context of that merge request.
...@@ -297,6 +297,8 @@ func ensureDefaultRoleExists() error { ...@@ -297,6 +297,8 @@ func ensureDefaultRoleExists() error {
"/gosdn.networkelement.NetworkElementService/SubscribePath", "/gosdn.networkelement.NetworkElementService/SubscribePath",
"/gosdn.plugin_internal.PluginInternalService/AvailablePlugins", "/gosdn.plugin_internal.PluginInternalService/AvailablePlugins",
"/gosdn.plugin_internal.PluginInternalService/GetPluginSchema", "/gosdn.plugin_internal.PluginInternalService/GetPluginSchema",
"/gosdn.app.AppService/Register",
"/gosdn.app.AppService/Deregister",
})) }))
if err != nil { if err != nil {
return err return err
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment