mirror of
https://github.com/standardnotes/server
synced 2026-09-12 06:45:24 -04:00
fix(api-gateywa): remove stale proxy references
This commit is contained in:
@@ -49,10 +49,4 @@ export interface HttpServiceInterface {
|
||||
endpoint: string,
|
||||
payload?: Record<string, unknown> | string,
|
||||
): Promise<void>
|
||||
callProxyServer(
|
||||
request: Request,
|
||||
response: Response,
|
||||
endpoint: string,
|
||||
payload?: Record<string, unknown> | string,
|
||||
): Promise<void>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user