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:
@@ -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
|
||||
|
Reference in New Issue
Block a user