From f7dde215503abdbc4043b247b449c9925d38d1f4 Mon Sep 17 00:00:00 2001 From: 99TheDark <99TheDark@gmail.com> Date: Mon, 8 Jan 2024 07:54:51 -0800 Subject: [PATCH] Upating URL & added Early Bird discount message --- functions/api.js | 2 +- programs/index.html | 2 ++ programs/style.css | 10 +++++++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/functions/api.js b/functions/api.js index 868c665..4093c8e 100644 --- a/functions/api.js +++ b/functions/api.js @@ -1,3 +1,3 @@ export function onRequest(ctx) { - return fetch("https://worker-programs-api.99thedark.workers.dev/"); + return fetch("https://worker-api.president-a04.workers.dev/"); } \ No newline at end of file diff --git a/programs/index.html b/programs/index.html index 5eb83b6..2b346c3 100755 --- a/programs/index.html +++ b/programs/index.html @@ -40,6 +40,8 @@