diff options
| author | Stefan Boberg <[email protected]> | 2021-10-05 22:31:00 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-10-05 22:31:00 +0200 |
| commit | a7a577ffd483bb263e9a76709d92d15252035889 (patch) | |
| tree | e6dac439baa3360dfff5691ee6d6947144710980 | |
| parent | Merged from upstream (diff) | |
| parent | Merge branch 'main' of https://github.com/EpicGames/zen into main (diff) | |
| download | zen-a7a577ffd483bb263e9a76709d92d15252035889.tar.xz zen-a7a577ffd483bb263e9a76709d92d15252035889.zip | |
Merged
| -rw-r--r-- | zenserver/experimental/frontend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/experimental/frontend.cpp b/zenserver/experimental/frontend.cpp index 79fcf0a17..98d570cfe 100644 --- a/zenserver/experimental/frontend.cpp +++ b/zenserver/experimental/frontend.cpp @@ -24,7 +24,7 @@ body { <script type="text/javascript"> const getCacheStats = () => { const opts = { headers: { "Accept": "application/json" } }; - fetch("/z$", opts) + fetch("/stats/z$", opts) .then(response => { if (!response.ok) { throw Error(response.statusText); |