first import attempts

This commit is contained in:
muerwre 2018-08-29 12:05:09 +07:00
parent 8da254ff9b
commit f7e8da1f1f
9 changed files with 57 additions and 6 deletions
src/constants

View file

@ -2,4 +2,6 @@ export const SERVER = 'http://alpha-map.vault48.org';
export const API = {
COMPOSE: `${SERVER}/engine/composerOrchid.php`,
GET_GUEST: `${SERVER}/engine/auth.php`,
CHECK_TOKEN: `${SERVER}/engine/auth.php`,
GET_MAP: `${SERVER}/engine/auth.php`,
};