diff --git a/src/plugins/clientPlugin.js b/src/plugins/clientPlugin.js index c3fac44..838d925 100644 --- a/src/plugins/clientPlugin.js +++ b/src/plugins/clientPlugin.js @@ -4,6 +4,7 @@ import { inject } from 'vue'; const clientKey = Symbol('client'); export default { + //todo: Need to have the baseURL in the config for later ( dev and prod env. ) install: (app) => { const axiosInstance = axios.create({ baseURL: 'https://localhost:5001/',