Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
[extension] point at new backend url :party:
Browse files Browse the repository at this point in the history
  • Loading branch information
YBadiss committed Jan 14, 2024
1 parent e110b5f commit 1a311ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fc-community-extension/src/utils/backend.js
Original file line number Diff line number Diff line change
@@ -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`;
Expand Down

0 comments on commit 1a311ed

Please sign in to comment.