feat: fix some missing backslash
This commit is contained in:
parent
67db6dc9af
commit
3cc5a94a18
@ -29,7 +29,7 @@ export async function getDocuments(): Promise<Document[]> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export async function getDocument(name: string): Promise<string> {
|
export async function getDocument(name: string): Promise<string> {
|
||||||
const response = await fetch(SILVERBULLET_SERVER + name);
|
const response = await fetch(SILVERBULLET_SERVER + "/" + name);
|
||||||
return await response.text();
|
return await response.text();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user