Skip to content

Commit

Permalink
finish admin settings as vue component
Browse files Browse the repository at this point in the history
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
  • Loading branch information
v1r0x committed Nov 15, 2023
1 parent e6514f7 commit dd897cd
Show file tree
Hide file tree
Showing 16 changed files with 165,629 additions and 35 deletions.
28 changes: 28 additions & 0 deletions appinfo/routes.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?php

/**
* @copyright Copyright (c) 2023 Vinzenz Rosenkranz <[email protected]>
*
* @author Vinzenz Rosenkranz <[email protected]>
*
* @license GNU AGPL version 3 or any later version
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

return [
'routes' => [
['name' => 'config#setAdminConfig', 'url' => '/admin_config', 'verb' => 'PUT'],
]
];
Loading

0 comments on commit dd897cd

Please sign in to comment.