You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 22:13:53 +01:00
hotfix for server time proxy
This commit is contained in:
@@ -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