aboutsummaryrefslogtreecommitdiff
path: root/src/lib.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.ts')
-rw-r--r--src/lib.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.ts b/src/lib.ts
index ee2103e..c034a3b 100644
--- a/src/lib.ts
+++ b/src/lib.ts
@@ -8,7 +8,7 @@ import {getBreakpoint, Breakpoint, getScrollBarWidth, onTouchDevice} from './uti
// For server requests
const SERVER_URL = 'http://localhost:8000/cgi-bin/data.py'
-export async function getServerResponse(params: string){
+export async function queryServer(params: string){
// Construct URL
let url = new URL(SERVER_URL);
url.search = params;