Skip to content

Commit

Permalink
Update initgui.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jelveh committed Jun 21, 2024
1 parent 5cb5a75 commit 2d4f577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/initgui.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ window.initgui = async function(options){
if(window.url_query_params.has('share_token')){
let share_token = window.url_query_params.get('share_token');

fetch(`${config.api_origin}/sharelink/check`, {
fetch(`${puter.APIOrigin}/sharelink/check`, {
"headers": {
"Content-Type": "application/json",
"Authorization": `Bearer ${puter.authToken}`,
Expand Down

0 comments on commit 2d4f577

Please sign in to comment.