Commit da36ebf5 authored by quentin.vrel's avatar quentin.vrel

api path correction

parent 5d8ae01c
...@@ -4,7 +4,7 @@ import router from './router' ...@@ -4,7 +4,7 @@ import router from './router'
Vue.config.productionTip = false Vue.config.productionTip = false
const apiRoot = "http://localhost/CDAW/projet-cdaw/Backend/index.php"; const apiRoot = "http://localhost/CDAW/projet-cdaw/BackEnd/src/index.php";
Vue.prototype.$apiRoot = apiRoot; Vue.prototype.$apiRoot = apiRoot;
new Vue({ new Vue({
......
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