Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #30 from MahjongPantheon/fix-entry-point
Browse files Browse the repository at this point in the history
Fix api entry point
  • Loading branch information
Oleg Klimenko authored May 19, 2017
2 parents 5ed8ad2 + eb5ad89 commit 9fdd0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/config/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
// Where you want Tyr to store his data
'apiUrl': 'http://staging.api.furiten.ru/',
'apiUrl': 'https://api.furiten.ru/',

// Do not change this unless you really know what are you doing
'apiVersion': [1, 0]
Expand Down

0 comments on commit 9fdd0ce

Please sign in to comment.