You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-27 06:23:53 +01:00
hotfix for server time proxy
This commit is contained in:
@@ -157,7 +157,7 @@ $(document).ready(function () {
|
|||||||
|
|
||||||
function getServerTime() {
|
function getServerTime() {
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: "/server_time",
|
url: "./server_time",
|
||||||
dataType: "json",
|
dataType: "json",
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
const serverTimeUtc = data.serverTime;
|
const serverTimeUtc = data.serverTime;
|
||||||
|
|||||||
Reference in New Issue
Block a user