Skip to content

Commit bf1968c

Browse files
authored
Merge pull request #133 from YuStudy-Inc/GamePage
add env
2 parents aef68ed + 30d9568 commit bf1968c

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Frontend/.env

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
VITE_APP_URI=https://00qy8vpnab.execute-api.us-east-1.amazonaws.com/
2-
GAME_URI=https://quizslayergame.s3.us-east-1.amazonaws.com/QuizSlayerBuild/index.html?sessionId
2+
VITE_GAME_URI=https://quizslayergame.s3.us-east-1.amazonaws.com/index.html
3+
4+

Frontend/src/Pages/GamePage.jsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,6 @@ const GamePage = () => {
9393
/>
9494
)}
9595
</div>
96-
{/* {score !== null && (
97-
<div className="score-display">
98-
🎉 Final Score: {score}
99-
</div>
100-
)} */}
10196
</>
10297
);
10398
};

0 commit comments

Comments
 (0)