Commit 5d8ae01c authored by quentin.vrel's avatar quentin.vrel

define the api root

parent 1515b9da
......@@ -4,6 +4,9 @@ import router from './router'
Vue.config.productionTip = false
const apiRoot = "http://localhost/CDAW/projet-cdaw/Backend/index.php";
Vue.prototype.$apiRoot = apiRoot;
new Vue({
router,
render: h => h(App)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment