Skip to content

Commit 76eb602

Browse files
committed
chore: 🤖 add domain name
1 parent 3010625 commit 76eb602

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

web-framework/nodejs/koa/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-koa
33
Provider:
44
- 阿里云
5-
Version: 1.2.23
5+
Version: 1.2.24
66
Description: Koa 是一个新的 web 框架,由 Express 幕后的原班人马打造, 致力于成为 web 应用和 API 开发领域中的一个更小、更富有表现力、更健壮的基石(部署到Custom运行时)
77
HomePage: https://github.com/devsapp/start-web-framework
88
Tags:

web-framework/nodejs/koa/src/s.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ access: "{{ access }}"
2424
vars: # 全局变量
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: '/*'

0 commit comments

Comments
 (0)