Comment with todo for the client
This commit is contained in:
@@ -4,6 +4,7 @@ import { inject } from 'vue';
|
|||||||
const clientKey = Symbol('client');
|
const clientKey = Symbol('client');
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
//todo: Need to have the baseURL in the config for later ( dev and prod env. )
|
||||||
install: (app) => {
|
install: (app) => {
|
||||||
const axiosInstance = axios.create({
|
const axiosInstance = axios.create({
|
||||||
baseURL: 'https://localhost:5001/',
|
baseURL: 'https://localhost:5001/',
|
||||||
|
|||||||
Reference in New Issue
Block a user