imporvements of recorders and room views, also changed API URL -> but still buggy
This commit is contained in:
@@ -4,7 +4,8 @@ import Vue from "vue";
|
||||
import axios from "axios";
|
||||
import store from "@/store";
|
||||
|
||||
const baseDomain = "http://localhost:5443";
|
||||
//const baseDomain = "http://localhost:5443";
|
||||
const baseDomain = "";
|
||||
const API_URL = `${baseDomain}/api/v1`;
|
||||
|
||||
const api = axios.create({
|
||||
|
||||
Reference in New Issue
Block a user