From e7a3e4ab6e5eb8400d3a89ee72d1f55e409dd976 Mon Sep 17 00:00:00 2001 From: Dominic Villemure Date: Mon, 11 Mar 2024 12:18:21 -0400 Subject: [PATCH] Comment with todo for the client --- src/plugins/clientPlugin.js | 1 + 1 file changed, 1 insertion(+) 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/',