Skip to content

Commit

Permalink
Update constants.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Atticus64 authored Jan 6, 2024
1 parent 7f82255 commit dd733ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ export const versions = [
},
]

//export const API_BASE_URL = 'https://bible-api.deno.dev'
export const API_BASE_URL = 'http://localhost:8000'
export const API_BASE_URL = 'https://bible-api.deno.dev'
//export const API_BASE_URL = 'http://localhost:8000'

export const DEFAULT_NOTE = `
<div>
Expand Down

1 comment on commit dd733ec

@vercel
Copy link

@vercel vercel bot commented on dd733ec Jan 6, 2024

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

bible-app-ubqz – ./

bible-app-ubqz-atticus64.vercel.app
bible-app-ubqz-git-main-atticus64.vercel.app
bible-study.vercel.app

Please sign in to comment.