Comment with todo for the client
This commit is contained in:
@@ -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/',
|
||||
|
||||
Reference in New Issue
Block a user