server : remove /api endpoints

This commit is contained in:
Georgi Gerganov
2026-04-20 15:34:18 +03:00
parent 81df3f7cfa
commit c1891fd6eb
3 changed files with 0 additions and 33 deletions
-1
View File
@@ -105,7 +105,6 @@ struct server_routes {
server_http_context::handler_t post_slots;
server_http_context::handler_t get_props;
server_http_context::handler_t post_props;
server_http_context::handler_t get_api_show;
server_http_context::handler_t post_infill;
server_http_context::handler_t post_completions;
server_http_context::handler_t post_completions_oai;