Skip to content

Commit

Permalink
Merge pull request #34 from ENGINEER-NITK/mardav-patch-6
Browse files Browse the repository at this point in the history
[Events] : New Bin
  • Loading branch information
marcdhi authored Sep 20, 2023
2 parents fcc4c55 + b62b41b commit d380542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/hooks/useEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { useQuery } from "react-query";
import axios from "axios";

const fetchEventsData = async() => {
const JSONBIN_URL = "https://api.jsonbin.io/v3/b/6505e5a9d972192679c4fac3"; // replace YOUR_BIN_ID with your bin's ID
const JSONBIN_URL = "https://api.jsonbin.io/v3/b/650ac7aaadb5f56d8f18525b"; // replace YOUR_BIN_ID with your bin's ID
const JSONBIN_SECRET_KEY =
"$2b$10$Nd1poh1Gk4ivUHb1UR7fWuJUH760qVFblohLdmVVFyqGxUGtQ0IUG"; // replace with your secret key from JSONBin
"$2a$10$ALWgRdFMPxMOF8WhLWbVmuC1Q.mfj6P/O1CvmwCXLT9LRC4HM6Woq"; // replace with your secret key from JSONBin

const headers = {
"secret-key": JSONBIN_SECRET_KEY,
Expand Down

0 comments on commit d380542

Please sign in to comment.