Skip to content

Commit e18de2e

Browse files
committed
Update constants.js
1 parent 994ee68 commit e18de2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/config/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const constants = {
2-
HOST_URL: 'http://laravel-react-boilerplate.test/api',
2+
HOST_URL: 'https://laravel-react-boilerplate.herokuapp.com/api',
33
headers: {
44
'Content-Type': 'application/json',
55
Accept: 'application/json',

0 commit comments

Comments
 (0)