From b881c0fcadafd896282710075e571a0aa3a83870 Mon Sep 17 00:00:00 2001 From: Aaron Stewart Date: Thu, 24 Oct 2019 10:29:09 -0600 Subject: [PATCH 1/2] Add wolverine image to game --- js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/index.js b/js/index.js index fcb9cf8..42f4bfe 100644 --- a/js/index.js +++ b/js/index.js @@ -1,7 +1,7 @@ const img = [ 'https://octodex.github.com/images/steroidtocat.png', 'https://octodex.github.com/images/megacat-2.png', - 'https://octodex.github.com/images/dodgetocat_v2.png', + 'https://octodex.github.com/images/xtocat.jpg', 'https://octodex.github.com/images/mcefeeline.jpg', 'https://octodex.github.com/images/ironcat.jpg', 'https://octodex.github.com/images/gracehoppertocat.jpg', From f3020dcb1edccbfe8b346d3ff01fd8a00f05549d Mon Sep 17 00:00:00 2001 From: Aaron Stewart Date: Thu, 24 Oct 2019 10:33:38 -0600 Subject: [PATCH 2/2] Add .env file --- .env | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..b83b8bf --- /dev/null +++ b/.env @@ -0,0 +1,4 @@ +NODE_ENV=staging + +API_KEY=SENSITIVE-VALUE-DATA +API_URL=SENSITIVE-VALUE-DATA