Skip to content

Commit a8b0fc4

Browse files
author
jimmylee
committed
updates production route
1 parent cd8634c commit a8b0fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/http.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const requestHeaders = {
88
const ENV = process.env.NODE_ENV || 'development';
99
const SERVER_PATH = ENV === 'development'
1010
? 'http://localhost:8000'
11-
: 'https://guarded-coast-67601.herokuapp.com';
11+
: 'https://next-postgres.herokuapp.com';
1212

1313
export const getAllComments = () => {
1414
const options = {

0 commit comments

Comments
 (0)