diff --git a/src/services/index.ts b/src/services/index.ts index ddd1506..34ef967 100644 --- a/src/services/index.ts +++ b/src/services/index.ts @@ -1,4 +1,5 @@ export const githubVersionPackage = 'https://api.github.com/repos/pheralb/svgl/releases/latest'; export const getAllSvgs = "/api/all"; export const getCategorySvgs = "/api/categories"; -export const getSvgById = "/api/search?id="; \ No newline at end of file +export const getSvgById = "/api/search?id="; +export const getSvgByQuery = "/api/search?q="; \ No newline at end of file