Skip to content

Commit

Permalink
Use direct URL for API instead of custom domain
Browse files Browse the repository at this point in the history
  • Loading branch information
smores56 committed Oct 12, 2023
1 parent 0f71ffe commit 7679968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { SimpleAttendance } from 'src/state/types'

export const GREASE_TOKEN_NAME = 'grease-token'
export const GREASE_OLD_TOKEN_NAME = 'grease-old-token'
export const API_URL = 'https://api.glubhub.org/'
export const API_URL = 'https://grease.fly.dev/'
export const GOLD_COLOR = '#b4a46a'
export const SUBMISSION_STATE_BOX_ID = 'submission-box'
export const SECTION_ORDER = ['Tenor 1', 'Tenor 2', 'Baritone', 'Bass', null]
Expand Down

0 comments on commit 7679968

Please sign in to comment.