Skip to content

Commit

Permalink
Update api.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
zaydinani committed Aug 12, 2023
1 parent 6998bd5 commit 238e0e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/api/api.jsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { useState, useEffect } from 'react';
import axios from 'axios';

//main key const key = 'da1ce367e34a49d8b575c8cc4f91f0f8';
const key = '545d290f931d4e9c8e2c469223c96bd1';
const key = 'da1ce367e34a49d8b575c8cc4f91f0f8';

export function useGameData() {
const [gameData, setGameData] = useState(null);
Expand Down

0 comments on commit 238e0e9

Please sign in to comment.