diff --git a/fc-community-extension/src/utils/backend.js b/fc-community-extension/src/utils/backend.js index 54ec4a71..8146b1c4 100644 --- a/fc-community-extension/src/utils/backend.js +++ b/fc-community-extension/src/utils/backend.js @@ -1,4 +1,4 @@ -const BACKEND_URL = 'https://fc-community-backend-15f6c753d352.herokuapp.com'; +const BACKEND_URL = 'https://api.factchain.tech'; export const getNotes = async (queryparams) => { let fullUrl = `${BACKEND_URL}/notes`;