summaryrefslogtreecommitdiff
path: root/examples/server/index.js.hpp
diff options
context:
space:
mode:
authorEric Zhang <34133756+EZForever@users.noreply.github.com>2024-03-27 13:55:29 +0800
committerGitHub <noreply@github.com>2024-03-27 06:55:29 +0100
commit0642b22cd12af278d6e7e459b73411947c169381 (patch)
treef39af77a4b2aea33b77436695a658b758ff164f7 /examples/server/index.js.hpp
parenta4f569e8a316cbd33d2b4de94b694d111507475a (diff)
server: public: use relative routes for static files (#6325)
server: public: support custom `api_url`, default to relative base path
Diffstat (limited to 'examples/server/index.js.hpp')
-rw-r--r--examples/server/index.js.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/server/index.js.hpp b/examples/server/index.js.hpp
index 24d0b33f..256aab5e 100644
--- a/examples/server/index.js.hpp
+++ b/examples/server/index.js.hpp
@@ -1928,4 +1928,4 @@ unsigned char index_js[] = {
0x45, 0x66, 0x66, 0x65, 0x63, 0x74, 0x2c, 0x50, 0x74, 0x20, 0x61, 0x73,
0x20, 0x75, 0x73, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x7d, 0x3b, 0x0a
};
-size_t index_js_len = 23136;
+unsigned int index_js_len = 23136;