📝 Update API docs

This commit is contained in:
pheralb 2024-04-20 21:24:26 +01:00
parent 091a23a137
commit 4412e39134

View File

@ -71,7 +71,7 @@ export interface iSVG {
"id": 0,
"title": "Discord",
"category": "Software",
"route": "https://svgl.app/library/discord.svg",
"route": "https://cdn.svgl.app/discord.svg",
"url": "https://discord.com/"
},
...
@ -95,7 +95,7 @@ export interface iSVG {
"id": 0,
"title": "Discord",
"category": "Software",
"route": "https://svgl.app/library/discord.svg",
"route": "https://cdn.svgl.app/discord.svg",
"url": "https://discord.com/"
},
...
@ -119,7 +119,7 @@ export interface iSVG {
"id": 0,
"title": "Discord",
"category": "Software",
"route": "https://svgl.app/library/discord.svg",
"route": "https://cdn.svgl.app/discord.svg",
"url": "https://discord.com/"
},
...
@ -171,8 +171,8 @@ The list of categories is available [here](https://github.com/pheralb/svgl/blob/
"title": "Axiom",
"category": "Software",
"route": {
"light": "https://svgl.app/library/axiom-light.svg",
"dark": "https://svgl.app/library/axiom-dark.svg"
"light": "https://cdn.svgl.app/axiom-light.svg",
"dark": "https://cdn.svgl.app/axiom-dark.svg"
},
"url": "https://axiom.co/"
}