Skip to content

Commit 6e4a07a

Browse files
m13vGemini
andcommitted
Use envConfig for DESKTOP_API_URL in get-shared-tasks
Co-Authored-By: Gemini <noreply@google.com>
1 parent 2378848 commit 6e4a07a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/frontend/src/actions/tasks/get-shared-tasks.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
'use server';
2+
import envConfig from '@/src/constants/envConfig';
23

3-
const DESKTOP_API_URL = process.env.DESKTOP_API_URL || 'https://desktop-backend-hhibjajaja-uc.a.run.app';
4+
const DESKTOP_API_URL = envConfig.DESKTOP_API_URL;
45

56
export interface SharedTaskInfo {
67
description: string;

0 commit comments

Comments
 (0)