Skip to content

Commit fedff69

Browse files
author
vikasrohit
authored
Merge pull request #1705 from appirio-tech/hotfix/fixing_notification_settings_url
fixing notification settings api url, it is pointing to dev
2 parents abd1a5e + 4eb2f3e commit fedff69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/settings/services/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
import _ from 'lodash'
77
import { axiosInstance as axios } from '../../../api/requestInterceptor'
8-
import { TC_NOTIFICATION_URL } from '../../../../config/constants'
8+
import { TC_NOTIFICATION_URL } from '../../../config/constants'
99

1010
// mocked fetching timeout
1111
const mockedTimeout = 1000

0 commit comments

Comments
 (0)