Skip to content

Commit

Permalink
fix(request): fix importing api constants
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jul 11, 2019
1 parent ae12547 commit 5c39a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
API_STOREFRONT,
API_GRAPHS,
API_PLATFORM
} from '/.constants'
} from './constants'
import axios from './axios'

// set delay between requests by API
Expand Down

0 comments on commit 5c39a82

Please sign in to comment.