Comment with todo for the client

This commit is contained in:
Dominic Villemure
2024-03-11 12:18:21 -04:00
parent e7a14fe380
commit e7a3e4ab6e

View File

@@ -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/',