Skip to content

Commit

Permalink
API
Browse files Browse the repository at this point in the history
  • Loading branch information
bukinoshita committed Nov 23, 2017
1 parent d3922be commit 7fe056a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import axios from 'axios'

const apiUrl = 'http://localhost:3001'
const apiUrl = process.env.API
const accessToken = process.env.ACCESS_TOKEN

const api = axios.create({
Expand Down

0 comments on commit 7fe056a

Please sign in to comment.