Skip to content

Commit 081b0bb

Browse files
committed
fixup! Add settings background to theming instead of dashboard
Signed-off-by: greta <[email protected]>
1 parent bc6708b commit 081b0bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/theming/appinfo/routes.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,10 @@
9090
'url' => '/api/v1/theme/{themeId}',
9191
'verb' => 'DELETE',
9292
],
93+
[
94+
'name' => 'theming#getBackground',
95+
'url' => '/background',
96+
'verb' => 'GET',
97+
],
9398
]
9499
];

0 commit comments

Comments
 (0)