[REPO REFACTOR]: changed to a better git repository structure with branches
This commit is contained in:
32
public/config/settings.dev.json
Normal file
32
public/config/settings.dev.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"apiConfig": {
|
||||
"baseUrl": "https://api.miarma.net/mmc/v1",
|
||||
"baseRawUrl": "https://api.miarma.net/mmc/raw/v1",
|
||||
"coreUrl": "https://api.miarma.net/v1",
|
||||
"coreRawUrl": "https://api.miarma.net/raw/v1",
|
||||
"authUrl": "https://api.miarma.net/auth/v1",
|
||||
"endpoints": {
|
||||
"auth": {
|
||||
"login": "/login",
|
||||
"validateToken": "/validate-token",
|
||||
"refreshToken": "/refresh-token",
|
||||
"changePassword": "/change-password",
|
||||
"loginValidate": "/login/validate"
|
||||
},
|
||||
"mods": {
|
||||
"all": "/mods",
|
||||
"byId": "/mods/:mod_id",
|
||||
"modStatus": "/mods/:mod_id/status"
|
||||
},
|
||||
"players": {
|
||||
"all": "/players",
|
||||
"byId": "/players/:player_id",
|
||||
"playerStatus": "/players/:player_id/status",
|
||||
"playerRole": "/players/:player_id/role",
|
||||
"playerExists": "/players/:player_id/exists",
|
||||
"playerAvatar": "/players/:player_id/avatar",
|
||||
"playerInfo": "/players/me"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user