mirror of
https://github.com/Qortal/q-shop.git
synced 2025-01-30 06:42:21 +00:00
added mode all
This commit is contained in:
parent
d565c9fabb
commit
615217fc33
@ -171,7 +171,7 @@ const GlobalWrapper: React.FC<Props> = ({ children, setTheme }) => {
|
||||
}
|
||||
|
||||
async function getMyCurrentStore(name: string) {
|
||||
const url = `/arbitrary/resources/search?service=STORE&identifier=${STORE_BASE}-&exactmatchnames=true&name=${name}&prefix=true&limit=20&includemetadata=false`;
|
||||
const url = `/arbitrary/resources/search?mode=ALL&service=STORE&identifier=${STORE_BASE}-&exactmatchnames=true&name=${name}&prefix=true&limit=20&includemetadata=false`;
|
||||
const responseBlogs = await fetch(url, {
|
||||
method: "GET",
|
||||
headers: {
|
||||
|
Loading…
Reference in New Issue
Block a user