Skip to content

Commit 0ad864c

Browse files
author
dfounderliu
committed
fix index
1 parent 301a4ab commit 0ad864c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

component/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def test():
228228
},
229229
"httpMethod": "POST"
230230
}
231-
print(handle_request(event, None))
231+
print(main_handler(event, None))
232232

233233

234234
if __name__ == "__main__":

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gosls/tencent-pyramid",
33
"description": "Tencent Cloud Python Django Serverless Component",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"main": "serverless.js",
66
"publishConfig": {
77
"access": "public"

0 commit comments

Comments
 (0)