Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mochammad Sidiq Tri S #26

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
change url
sidsoeharto committed Dec 17, 2020
commit 24bffdae3cf5820e957ce334fd5240437fecaead
2 changes: 1 addition & 1 deletion src/store/index.js
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ import Vuex from 'vuex'
import axios from 'axios'
import router from '../router'

const baseUrl = 'http://localhost:3000'
const baseUrl = 'https://bukatoko-server.herokuapp.com'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ini mending axiosnya pake axios instance


Vue.use(Vuex)