Skip to content

Commit 3acc551

Browse files
authored
chore: fix frontend config (#27)
1 parent c859e07 commit 3acc551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/lib/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const deployed = 'https://kayvault.torfstack.com';
55
const secretPath = '/api/secrets';
66
const authPath = '/api/auth';
77

8-
const backendUrl = localhost;
8+
const backendUrl = deployed;
99
const backendSecretsUrl = backendUrl + secretPath;
1010
const backendAuthUrl = backendUrl + authPath;
1111
const backendAuthStartUrl = backendUrl + authPath + '/start';

0 commit comments

Comments
 (0)