Commit 828505b2 by ramdayalmunda

changed origin to https://begenieus.online

parent 8409a53c
var getUserDetails = null
!function () {
var origin = "http://localhost:3039"
var origin = "https://begenieus.online"
var tutorShotId = null
var imageNumber = 0;
var recording = false;
......
......@@ -5,7 +5,7 @@ var loggedIn = false;
var floatingBar = null;
var startingOverlay = null;
var overlayInterval = null;
const origin = "http://localhost:3039"
const origin = "https://begenieus.online"
var userDetails = {};
var btn = {};
var tutorShotOid = null;
......
!function () {
const origin = "http://localhost:3039"
const origin = "https://begenieus.online"
const api = axios.create({
baseURL: `${origin}/api`, // the base URL for nodeserver is okay but NGINX is giving error
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment