add default settings endpoint'

This commit is contained in:
Sharon Kennedy
2020-12-15 10:24:20 -05:00
parent 819d9b8ebb
commit c45182a574
3 changed files with 11 additions and 10 deletions

1
src/utils/constants.js Normal file
View File

@@ -0,0 +1 @@
export const DEFAULT_SETTINGS_ENDPOINT = 'https://safesupport-admin.herokuapp.com/api/get-settings';