]> source.dussan.org Git - nextcloud-server.git/commit
feat(files_reminders): add api controller
authorChristopher Ng <chrng8@gmail.com>
Mon, 31 Jul 2023 19:10:50 +0000 (12:10 -0700)
committerChristopher Ng <chrng8@gmail.com>
Thu, 3 Aug 2023 22:30:11 +0000 (15:30 -0700)
commita7892fb68228578f865e559f9442432ada95cde0
tree333edcb65c37a8f1d9f24bf961ffd55e49981dfa
parent774e3e6d4b9af4a6b329247561f6f85ce354f58d
feat(files_reminders): add api controller

Signed-off-by: Christopher Ng <chrng8@gmail.com>
apps/files_reminders/appinfo/routes.php [new file with mode: 0644]
apps/files_reminders/lib/Controller/ApiController.php [new file with mode: 0644]
apps/files_reminders/lib/Db/ReminderMapper.php
apps/files_reminders/lib/Service/ReminderService.php