This commit is contained in:
yumoqing 2025-06-22 22:05:11 +08:00
parent 80387c1425
commit 67b28d06b7
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ from appPublic.registerfunction import RegisterFunction
import fasttext
def docs(request):
def docs(request, *args, **kw):
return """Check langage for text
path: /v1/checklang
method: POST

View File

@ -15,7 +15,7 @@
"leading":"/docs",
"registerfunction":"docs"
},{
"leading":"/checklang",
"leading":"/v1/checklang",
"registerfunction":"checklang"
}
],