mirror of
https://github.com/DominikDoom/a1111-sd-webui-tagcomplete.git
synced 2026-04-26 09:19:07 +00:00
Change endpoint name for consistency
This commit is contained in:
@@ -608,7 +608,7 @@ def api_tac(_: gr.Blocks, app: FastAPI):
|
||||
else:
|
||||
return NO_DB
|
||||
|
||||
@app.get("/tacapi/v1/get-all-tag-counts")
|
||||
@app.get("/tacapi/v1/get-all-use-counts")
|
||||
async def get_all_tag_counts():
|
||||
if db is not None:
|
||||
db_tags = db.get_all_tags()
|
||||
|
||||
Reference in New Issue
Block a user