Skip to content

Commit 305afcf

Browse files
committed
chore: release v0.0.2
1 parent 661bd44 commit 305afcf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

example/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
@app.route("/")
66
def index():
7-
return "Hello Flask"
7+
return "Flask Restful API Created By Serverless Component"
88

99

1010
@app.route("/users")

example/serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org: orgDemo # (optional) serverless dashboard org. default is the first org you created during signup.
22
app: appDemo # (optional) serverless dashboard app. default is the same as the name property.
33
stage: dev # (optional) serverless dashboard stage. default is dev.
4-
component: flask@dev # (required) name of the component. In that case, it's flask.
4+
component: flask # (required) name of the component. In that case, it's flask.
55
name: flashDemo # (required) name of your flash component instance.
66

77
inputs:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@serverless/flask",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"main": "src/serverless.js",
55
"publishConfig": {
66
"access": "public"

serverless.component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: flask
2-
version: 0.0.1
2+
version: 0.0.2
33
author: Tencent Cloud, Inc
44
org: Tencent Cloud, Inc
55
description: Deploy a serverless Flask application onto Tencent SCF and APIGateway.

0 commit comments

Comments
 (0)