Commit 6c571046 by ramdayalmunda

change url

parent 69f0af17
var getUserDetails = null
!function () {
var origin = "http://localhost:3003"
var origin = "https://begenieus.online"
var tutorShotId = null
var imageNumber = 0;
var recording = false;
......
......@@ -6,7 +6,7 @@ var floatingBar = null;
var startingOverlay = null;
var finalizingOverlay = null;
var overlayInterval = null;
const origin = "http://localhost:3003"
const origin = "https://begenieus.online"
var userDetails = {};
var btn = {};
var tutorShotOid = null;
......
......@@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Tutor Shot",
"version": "1.10",
"description": "Capture web-page screenshots instantly with a single click. They're saved to your account at http://localhost:3003.",
"description": "Capture web-page screenshots instantly with a single click. They're saved to your account at https://begenieus.online .",
"permissions": [
"activeTab",
"storage"
......
!function () {
const origin = "http://localhost:3003"
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