change id to get notifications
This commit is contained in:
parent
31c6410eba
commit
941841b1bb
|
@ -39,7 +39,7 @@ function transpile(msg: FG_Plugin.Notification) {
|
||||||
}
|
}
|
||||||
|
|
||||||
const plugin: FG_Plugin.Plugin = {
|
const plugin: FG_Plugin.Plugin = {
|
||||||
id: 'dev.flaschengeist.events',
|
id: 'events',
|
||||||
name: 'Event schedule',
|
name: 'Event schedule',
|
||||||
innerRoutes,
|
innerRoutes,
|
||||||
internalRoutes: privateRoutes,
|
internalRoutes: privateRoutes,
|
||||||
|
|
Loading…
Reference in New Issue