Merge branch 'hotfix/api_move_regattenNet2'

This commit is contained in:
ostertun
2023-03-29 12:07:52 +02:00
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,8 @@
require_once(__DIR__ . '/../../server/config.php'); require_once(__DIR__ . '/../../server/config.php');
require_once(__DIR__ . '/../../server/version.php'); require_once(__DIR__ . '/../../server/version.php');
// QUERY_URL changed in config.php (this is to update this file on client devices)
?> ?>
const QUERY_URL = '<?php echo QUERY_URL; ?>'; const QUERY_URL = '<?php echo QUERY_URL; ?>';

View File

@@ -1,5 +1,5 @@
<?php <?php
define('PWA_VERSION', '1.12.1h1'); define('PWA_VERSION', '1.12.1h2');
?> ?>