implement fetch and external resource request apis

This commit is contained in:
AAGaming
2024-05-04 22:39:30 -04:00
parent 2a22f000c1
commit 14ea7b964f
14 changed files with 609 additions and 525 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ declare global {
backend: {
loadPath: 'http://127.0.0.1:1337/locales/{{lng}}.json',
customHeaders: {
Authentication: deckyAuthToken,
'X-Decky-Auth': deckyAuthToken,
},
requestOptions: {
credentials: 'include',