server : remove /api endpoints (#22165)

* server : remove /api endpoints

* cont : remove /api/tags
This commit is contained in:
Georgi Gerganov
2026-04-20 20:41:19 +03:00
committed by GitHub
parent fd6ae4ca1c
commit cf8b0dbda9
4 changed files with 0 additions and 34 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;