]> source.dussan.org Git - nextcloud-server.git/commit
feat(AppFramework): Add Route attribute
authorprovokateurin <kate@provokateurin.de>
Wed, 10 Jan 2024 11:35:09 +0000 (12:35 +0100)
committerprovokateurin <kate@provokateurin.de>
Wed, 21 Feb 2024 11:07:50 +0000 (12:07 +0100)
commitdf6175ccb17cc6917c41fc6eb41b727ec81a920b
tree67c8b8a6c9801c497951ed3150a610eb992c8daa
parent66e7056c5ebd1538ca94ab3a1f04b6bf184170cb
feat(AppFramework): Add Route attribute

Signed-off-by: provokateurin <kate@provokateurin.de>
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/Route/Router.php
lib/public/AppFramework/Http/Attribute/ApiRoute.php [new file with mode: 0644]
lib/public/AppFramework/Http/Attribute/FrontpageRoute.php [new file with mode: 0644]
lib/public/AppFramework/Http/Attribute/Route.php [new file with mode: 0644]