We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c859e07 commit 3acc551Copy full SHA for 3acc551
frontend/src/lib/config.ts
@@ -5,7 +5,7 @@ const deployed = 'https://kayvault.torfstack.com';
5
const secretPath = '/api/secrets';
6
const authPath = '/api/auth';
7
8
-const backendUrl = localhost;
+const backendUrl = deployed;
9
const backendSecretsUrl = backendUrl + secretPath;
10
const backendAuthUrl = backendUrl + authPath;
11
const backendAuthStartUrl = backendUrl + authPath + '/start';
0 commit comments