Skip to content

Commit

Permalink
changed base to production
Browse files Browse the repository at this point in the history
  • Loading branch information
RyamL1221 committed Jun 7, 2024
1 parent 4b68cd9 commit 49512de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/lib/definitions.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//export const BASE = process.env.BASE_URL;
export const BASE = "https://api.hackru.org/dev"
export const BASE = process.env.BASE_URL;
// export const BASE = "https://api.hackru.org/dev"

// This file contains type definitions for your data.
// It describes the shape of the data, and what data type each property should accept.
Expand Down

0 comments on commit 49512de

Please sign in to comment.