Skip to content

Commit

Permalink
ainize backend url setting
Browse files Browse the repository at this point in the history
  • Loading branch information
gongdongho12 committed Jul 19, 2020
1 parent f346dea commit 5f54b33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api/meta/meta.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const config = {
baseURL: 'http://175.193.43.53:9999',
// baseURL: 'http://175.193.43.53:9999',
baseURL: 'https://libi-backend-2minchul.endpoint.ainize.ai/',
timeout: 2500,
headers: {'Content-Type': 'application/json'}
}
Expand Down

0 comments on commit 5f54b33

Please sign in to comment.