try fix api

This commit is contained in:
2026-05-16 14:08:35 +07:00
parent bad7fb907a
commit 6f60e41584
+2 -1
View File
@@ -129,5 +129,6 @@ export const updateNode = async (code: string, node: GraphNode) => {
} }
function getApiUrl(path: string) { 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
} }