mirror of
https://github.com/pinry/pinry.git
synced 2025-11-16 18:05:51 +01:00
Feature: Add board filter for board-selection
This commit is contained in:
committed by
Isaac Bythewood
parent
067e90fd97
commit
4058bac534
@@ -23,6 +23,10 @@ const Board = {
|
||||
},
|
||||
);
|
||||
},
|
||||
fetchFullList(username) {
|
||||
const url = `${API_PREFIX}boards-auto-complete/?submitter__username=${username}`;
|
||||
return axios.get(url);
|
||||
},
|
||||
};
|
||||
|
||||
const Pin = {
|
||||
|
||||
Reference in New Issue
Block a user