Explain API path

This commit is contained in:
Christoph Hagen 2022-11-24 21:31:19 +01:00
parent 73be9ae283
commit d8e53f5ed1

View File

@ -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