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