From 0642b22cd12af278d6e7e459b73411947c169381 Mon Sep 17 00:00:00 2001 From: Eric Zhang <34133756+EZForever@users.noreply.github.com> Date: Wed, 27 Mar 2024 13:55:29 +0800 Subject: server: public: use relative routes for static files (#6325) server: public: support custom `api_url`, default to relative base path --- examples/server/index.js.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/server/index.js.hpp') 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; -- cgit v1.2.3