Skip to content
This repository was archived by the owner on May 6, 2019. It is now read-only.

Commit c3ba2de

Browse files
committed
🐛 API endpoint fix
1 parent 2fc8438 commit c3ba2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/hooks-reducers.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import ls from 'local-storage'
33
export const initState = {
44
toggleMenu: false,
55
subMenu: 'initializing',
6-
apiEndpoint: 'https://rfe.th.ivao.aero',
6+
apiEndpoint: 'https://rfe-api.th.ivao.aero',
77
identity: null,
88
token: ls('token'),
99
tokenTime: ls('tokenTime'),

0 commit comments

Comments
 (0)