We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8634c commit a8b0fc4Copy full SHA for a8b0fc4
common/http.js
@@ -8,7 +8,7 @@ const requestHeaders = {
8
const ENV = process.env.NODE_ENV || 'development';
9
const SERVER_PATH = ENV === 'development'
10
? 'http://localhost:8000'
11
- : 'https://guarded-coast-67601.herokuapp.com';
+ : 'https://next-postgres.herokuapp.com';
12
13
export const getAllComments = () => {
14
const options = {
0 commit comments