Explain API path
This commit is contained in:
parent
73be9ae283
commit
d8e53f5ed1
@ -2,6 +2,12 @@
|
|||||||
* This file acts as an abstraction layer to the server.
|
* This file acts as an abstraction layer to the server.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
The path where the server is hosted, to provide the correct links.
|
||||||
|
|
||||||
|
If the server runs under https://example.com/schafkopf
|
||||||
|
then apiPath = "/schafkopf"
|
||||||
|
*/
|
||||||
const apiPath = "/schafkopf"
|
const apiPath = "/schafkopf"
|
||||||
|
|
||||||
var useEnglishTexts = false
|
var useEnglishTexts = false
|
||||||
|
Loading…
Reference in New Issue
Block a user