bugfix
This commit is contained in:
parent
80387c1425
commit
67b28d06b7
@ -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
|
||||
|
@ -15,7 +15,7 @@
|
||||
"leading":"/docs",
|
||||
"registerfunction":"docs"
|
||||
},{
|
||||
"leading":"/checklang",
|
||||
"leading":"/v1/checklang",
|
||||
"registerfunction":"checklang"
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user