quick fix

This commit is contained in:
2026-02-02 15:24:28 -05:00
parent cda7784298
commit 80daaa29dc
11 changed files with 143 additions and 132 deletions

View File

@@ -13,8 +13,8 @@ export async function GET(event: APIEvent) {
const key = "api/Gaze/appcast.xml";
const credentials = {
accessKeyId: env._AWS_ACCESS_KEY,
secretAccessKey: env._AWS_SECRET_KEY
accessKeyId: env.MY_AWS_ACCESS_KEY,
secretAccessKey: env.MY_AWS_SECRET_KEY
};
try {