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