bugfix
This commit is contained in:
parent
80387c1425
commit
67b28d06b7
@ -5,7 +5,7 @@ from appPublic.registerfunction import RegisterFunction
|
|||||||
|
|
||||||
import fasttext
|
import fasttext
|
||||||
|
|
||||||
def docs(request):
|
def docs(request, *args, **kw):
|
||||||
return """Check langage for text
|
return """Check langage for text
|
||||||
path: /v1/checklang
|
path: /v1/checklang
|
||||||
method: POST
|
method: POST
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
"leading":"/docs",
|
"leading":"/docs",
|
||||||
"registerfunction":"docs"
|
"registerfunction":"docs"
|
||||||
},{
|
},{
|
||||||
"leading":"/checklang",
|
"leading":"/v1/checklang",
|
||||||
"registerfunction":"checklang"
|
"registerfunction":"checklang"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user