Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilonauzd authored Dec 13, 2024
1 parent 96dbc41 commit 1a6c57f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mwc-js/webui/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ let URL = ''
let URL_V2 = ''

if (env === 'production') {
URL = 'https://api.mwcpool.com/'
URL_V2 = 'https://api.mwcpool.com/v2/'
URL = 'https://api.kloaki.com/'
URL_V2 = 'https://api.kloaki.com/v2/'
} else if (env === 'development') {
URL = 'http://localhost:13423/'
URL_V2 = 'http://localhost:3009/'
Expand Down

0 comments on commit 1a6c57f

Please sign in to comment.