Skip to content
Snippets Groups Projects
Commit 6a69ad62 authored by Tony Salomone's avatar Tony Salomone
Browse files

Remove link to deprecated import endpoint

parent 66f29a0c
No related branches found
No related tags found
No related merge requests found
......@@ -588,8 +588,6 @@ Endpoints.Models = {
API_URL() + 'model/details/' + convertSlashInUrl(modelId),
GetLocalHFConfig: (modelId: string) =>
API_URL() + 'model/get_local_hfconfig?model_id=' + modelId,
ImportFromHFCache: (modelId: string) =>
API_URL() + 'model/hfcache_import?model_id=' + modelId,
GetLocalUninstalled: () => API_URL() + 'model/list_local_uninstalled',
ImportLocal: (modelSource: string, modelId: string) =>
API_URL() + 'model/import_local?model_source=' + modelSource + '&model_id=' + modelId,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment