1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-06 13:16:45 +02:00

feat(endpoints): add missed route name for entires move endpoint

This commit is contained in:
Awilum
2022-05-02 20:14:03 +03:00
parent b379a99a1a
commit 14e8f38b85

View File

@@ -81,7 +81,7 @@ app()->patch('/api/v0/entries', [Entries::class, 'update'])->setName('entries.up
* Returns:
* Entry object with the entry that was just moved.
*/
app()->put('/api/v0/entries', [Entries::class, 'move']);
app()->put('/api/v0/entries', [Entries::class, 'move'])->setName('entries.move');
/**
* Copy entry