mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-05-05 07:56:40 +07:00
first import attempts
This commit is contained in:
parent
8da254ff9b
commit
f7e8da1f1f
9 changed files with 57 additions and 6 deletions
src/constants
|
@ -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`,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue