mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-05 10:01:24 +01:00
added support for server api-methods
This commit is contained in:
parent
8ba29b2561
commit
0b7da6d008
5 changed files with 170 additions and 0 deletions
5
public/api/catch-error.json
Normal file
5
public/api/catch-error.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"ok": false,
|
||||
"info": "server not enabled",
|
||||
"data": {}
|
||||
}
|
||||
5
public/api/info.json
Normal file
5
public/api/info.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"ok": false,
|
||||
"info": "server not enabled",
|
||||
"data": {}
|
||||
}
|
||||
5
public/api/load-map.json
Normal file
5
public/api/load-map.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"ok": false,
|
||||
"info": "server not enabled",
|
||||
"data": {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue