Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
feat(webpack_config): default BASE_API is not relative
Browse files Browse the repository at this point in the history
feat(webpack_config): default BASE_API is not relative
  • Loading branch information
Metnew committed Dec 3, 2017
1 parent 2e653e9 commit e6ef3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack_config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import path from 'path'
import manifest from '../static/manifest'

const {
BASE_API = '/api/v1',
BASE_API = 'http://localhost:3000/api/v1',
NODE_ENV = 'development',
SENTRY_PUBLIC_DSN,
GA_ID,
Expand Down

0 comments on commit e6ef3ca

Please sign in to comment.