Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Fixed event loading bug and switched to api.hackru.org
Browse files Browse the repository at this point in the history
  • Loading branch information
bhivam committed Sep 28, 2023
1 parent d5855c2 commit ceafb2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/defaults.dart
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
///=======================================
/// ENDPOINTS
///=======================================
const BASE_URL = 'https://yiftrx6aek.execute-api.us-east-1.amazonaws.com/prod';
// const BASE_URL = 'https://0olunwar6j.execute-api.us-east-1.amazonaws.com/dev';
const BASE_URL = 'https://api.hackru.org/prod';
// const BASE_URL = 'https://api.hackru.org/dev';

const MISC_URL = 'http://hackru-misc.s3-website-us-west-2.amazonaws.com';
const WAIVER_URL = 'https://hackru.org/resources/waiver.pdf';
Expand Down
1 change: 1 addition & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ void main() async {
Box cachedEvents = await Hive.openBox<Event>("events");
await Hive.openBox("loading");
getSlacks();
getEvents();

/* ======================================================== *
* SYSTEM UI OVERLAY STYLING (ANDROID) *
Expand Down

1 comment on commit ceafb2c

@vercel
Copy link

@vercel vercel bot commented on ceafb2c Sep 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.