Merge pull request #2605 from WilliamB78/develop

fix: typo in api restore projects url
This commit is contained in:
Denis Gukov 2024-12-02 16:19:24 +05:00 committed by GitHub
commit 11354e6407
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,7 +59,7 @@ export default {
},
getItemsUrl() {
return '/api/project/restore';
return '/api/projects/restore';
},
},
};