We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14df842 + 6bc1a61 commit ca9ed5cCopy full SHA for ca9ed5c
web-ui/src/api/notifications.js
@@ -3,7 +3,7 @@ import { resolve } from './api.js';
3
const emailNotificationURL = '/services/email-notifications';
4
const emailURL = '/services/email';
5
const testEmailURL = import.meta.env.VITE_APP_API_URL
6
- ? import.meta.env.VITE_APP_URL + '/feedback/submit?request='
+ ? import.meta.env.VITE_APP_API_URL + '/feedback/submit?request='
7
: 'http://localhost:8080/feedback/submit?request=';
8
9
export const sendReminderNotification = async (
0 commit comments