mirror of
https://github.com/pheralb/svgl.git
synced 2025-03-12 16:10:34 +08:00
⚒️ Add getSvgByQuery.
This commit is contained in:
parent
bb405d50cf
commit
f2cfedcbb0
@ -2,3 +2,4 @@ export const githubVersionPackage = 'https://api.github.com/repos/pheralb/svgl/r
|
||||
export const getAllSvgs = "/api/all";
|
||||
export const getCategorySvgs = "/api/categories";
|
||||
export const getSvgById = "/api/search?id=";
|
||||
export const getSvgByQuery = "/api/search?q=";
|
Loading…
x
Reference in New Issue
Block a user