File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Type: Application
2
2
Name : start-koa
3
3
Provider :
4
4
- 阿里云
5
- Version : 1.2.23
5
+ Version : 1.2.24
6
6
Description : Koa 是一个新的 web 框架,由 Express 幕后的原班人马打造, 致力于成为 web 应用和 API 开发领域中的一个更小、更富有表现力、更健壮的基石(部署到Custom运行时)
7
7
HomePage : https://github.com/devsapp/start-web-framework
8
8
Tags :
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ access: "{{ access }}"
24
24
vars : # 全局变量
25
25
region : " {{ region }}"
26
26
functionName : " {{ functionName }}"
27
- domainName : " {{ domainName }}"
28
27
service :
29
28
name : " {{ serviceName }}"
30
29
description : ' Serverless Devs Web Framework Service'
@@ -66,7 +65,7 @@ services:
66
65
methods :
67
66
- GET
68
67
customDomains :
69
- - domainName : ${vars. domainName}
68
+ - domainName : " {{ domainName }} "
70
69
protocol : HTTP
71
70
routeConfigs :
72
71
- path : ' /*'
You can’t perform that action at this time.
0 commit comments