-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heroku #78
Conversation
Codecov Report
@@ Coverage Diff @@
## master #78 +/- ##
==========================================
- Coverage 83.33% 83.15% -0.18%
==========================================
Files 29 29
Lines 192 190 -2
Branches 6 5 -1
==========================================
- Hits 160 158 -2
Misses 31 31
Partials 1 1
Continue to review full report at Codecov.
|
response | ||
) { | ||
return response.json(); | ||
}); | ||
|
||
var apiRequest2 = fetch("http://localhost:3000/rank/").then(function ( | ||
var apiRequest2 = fetch("/rank/").then(function ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice 👍
db/db_connection.js
Outdated
// database: "race_zero", | ||
// user: "simon", | ||
// password: "pw123" | ||
// }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would say to just delete this
Relates #15
Changed db_connection.js and the fetch requests in navbar.js to work with heroku
Relates to issue #15