Spaces:
Running
Running
tianlong12
commited on
Update index.js
Browse files
index.js
CHANGED
@@ -33,7 +33,7 @@ function 创建事件(事件, 数据) {
|
|
33 |
}
|
34 |
|
35 |
// 处理 POST 请求的路由 /v1/messages
|
36 |
-
应用.post("/v1/messages", (请求, 响应) => {
|
37 |
请求.rawBody = "";
|
38 |
请求.setEncoding("utf8");
|
39 |
|
|
|
33 |
}
|
34 |
|
35 |
// 处理 POST 请求的路由 /v1/messages
|
36 |
+
应用.post("/hf/v1/messages", (请求, 响应) => {
|
37 |
请求.rawBody = "";
|
38 |
请求.setEncoding("utf8");
|
39 |
|