Skip to content

Commit 8b25288

Browse files
committed
Update server URL
1 parent 00934b8 commit 8b25288

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/src/account-viewer/requestMaker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import CryptoJS from "crypto-js";
22

3-
const SERVER_URL = "https://stats-server.onrender.com/"
3+
const SERVER_URL = "https://stats-server-docker.onrender.com/"
44

55
async function makeHMACSigCrypto(secret: string, message: string): Promise<string> {
66
const enc = new TextEncoder();

0 commit comments

Comments
 (0)