Update src/trpc.ts

This commit is contained in:
Moritz Utcke
2024-11-04 17:30:37 +11:00
parent 9dd1a55940
commit 655e7e992c
2 changed files with 2 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ import { Buffer } from 'buffer';
let url: string = 'http://localhost:3001/';
if (typeof window !== "undefined" && window.location.hostname !== "localhost") {
url = "http://api.ibcornelsen.de/"
url = "http://rpc.ibcornelsen.de/"
}