mirror of
https://github.com/zadam/trilium.git
synced 2026-01-14 18:44:25 +01:00
chore(client-standalone): fake two more routes
This commit is contained in:
parent
9e3b4435cd
commit
3e5a6c1e51
@ -49,6 +49,8 @@ export function registerRoutes(router: BrowserRouter): void {
|
||||
apiRoute("get", "/api/script/startup", () => []);
|
||||
apiRoute("get", "/api/system-checks", () => ({ isCpuArchMismatch: false }))
|
||||
apiRoute("get", "/api/search/:searchString", () => []);
|
||||
apiRoute("get", "/api/search-templates", () => []);
|
||||
apiRoute("get", "/api/autocomplete", () => []);
|
||||
}
|
||||
|
||||
function bootstrapRoute() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user