diff --git a/src/components/client.ts b/src/components/client.ts index c88b09e..3adaf03 100644 --- a/src/components/client.ts +++ b/src/components/client.ts @@ -129,5 +129,6 @@ export const updateNode = async (code: string, node: GraphNode) => { } function getApiUrl(path: string) { - return 'http://' + window.location.host.split(':')[0] + ':8090' + path + // return 'http://' + window.location.host.split(':')[0] + ':8090' + path + return 'https://evening-detective-api.crabs-games.art' + path }