Skip to content

Commit

Permalink
fixup! Add settings background to theming instead of dashboard
Browse files Browse the repository at this point in the history
Signed-off-by: greta <gretadoci@gmail.com>
  • Loading branch information
GretaD committed Sep 5, 2022
1 parent bc6708b commit 081b0bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/theming/appinfo/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,10 @@
'url' => '/api/v1/theme/{themeId}',
'verb' => 'DELETE',
],
[
'name' => 'theming#getBackground',
'url' => '/background',
'verb' => 'GET',
],
]
];

0 comments on commit 081b0bb

Please sign in to comment.