server: public: use relative routes for static files (#6325)
server: public: support custom `api_url`, default to relative base path
This commit is contained in:
parent
a4f569e8a3
commit
0642b22cd1
5 changed files with 2864 additions and 2848 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue