mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-06-29 12:35:16 +00:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user