Skip to content

Commit

Permalink
Merge pull request #21 from SkywardAI/feat/api
Browse files Browse the repository at this point in the history
Replace local to kirin
  • Loading branch information
cbh778899 authored Jul 7, 2024
2 parents d3b6cb4 + 1b68569 commit 758cfac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions settings.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
export const VERSION = '0.1.1'
export const LOCAL_API_ADDRESS = 'http://localhost:8000/api'
export const VERSION = '0.1.2'
// export const API_ADDRESS = 'http://
// kirin is the name of the API aggregator server container
export const LOCAL_API_ADDRESS = '/api'

0 comments on commit 758cfac

Please sign in to comment.