Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tutor-shot-extension
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ramdayal Munda
tutor-shot-extension
Commits
828505b2
Commit
828505b2
authored
Dec 18, 2023
by
ramdayalmunda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed origin to
https://begenieus.online
parent
8409a53c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
background.js
background.js
+1
-1
content.js
content.js
+1
-1
popup.js
popup.js
+1
-1
No files found.
background.js
View file @
828505b2
var
getUserDetails
=
null
!
function
()
{
var
origin
=
"http
://localhost:3039
"
var
origin
=
"http
s://begenieus.online
"
var
tutorShotId
=
null
var
imageNumber
=
0
;
var
recording
=
false
;
...
...
content.js
View file @
828505b2
...
...
@@ -5,7 +5,7 @@ var loggedIn = false;
var
floatingBar
=
null
;
var
startingOverlay
=
null
;
var
overlayInterval
=
null
;
const
origin
=
"http
://localhost:3039
"
const
origin
=
"http
s://begenieus.online
"
var
userDetails
=
{};
var
btn
=
{};
var
tutorShotOid
=
null
;
...
...
popup.js
View file @
828505b2
!
function
()
{
const
origin
=
"http
://localhost:3039
"
const
origin
=
"http
s://begenieus.online
"
const
api
=
axios
.
create
({
baseURL
:
`
${
origin
}
/api`
,
// the base URL for nodeserver is okay but NGINX is giving error
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment