mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
fix(store): correct plugin store API endpoint path (#278)
Co-authored-by: sarjent <sarjent@users.noreply.github.com>
This commit is contained in:
@@ -329,7 +329,7 @@ const PluginAPI = {
|
|||||||
* @returns {Promise<Array>} List of available plugins
|
* @returns {Promise<Array>} List of available plugins
|
||||||
*/
|
*/
|
||||||
async getPluginStore() {
|
async getPluginStore() {
|
||||||
const response = await this.request('/plugins/store');
|
const response = await this.request('/plugins/store/list');
|
||||||
return response.data || [];
|
return response.data || [];
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user