Update initgui.js

This commit is contained in:
Nariman Jelveh
2024-06-20 19:37:27 -07:00
parent 5cb5a75455
commit 2d4f5778a2

View File

@@ -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}`,