File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
services/frontend/src/views Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ const onSubmit = form.handleSubmit(async (values) => {
164164
165165import { getEnv , getAllEnv } from ' @/utils/env' ;
166166
167- const apiUrl = getEnv (' VITE_DEPLOYSTACK_APP_URL ' );
167+ const apiUrl = getEnv (' VITE_DEPLOYSTACK_BACKEND_URL ' );
168168
169169const allEnv = getAllEnv ();
170170
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ const successMessage = ref('')
3737const { t } = useI18n () // Initialize i18n composable
3838
3939// Get API URL from environment
40- const apiUrl = getEnv (' VITE_DEPLOYSTACK_APP_URL ' )
40+ const apiUrl = getEnv (' VITE_DEPLOYSTACK_BACKEND_URL ' )
4141
4242// Define validation schema using Zod
4343const formSchema = toTypedSchema (
You can’t perform that action at this time.
0 commit comments