Skip to content

Commit

Permalink
backend node18
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Aug 24, 2023
1 parent fb51e75 commit 532b6c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VUE_APP_ROOT_API=htt://localhost:3000
VUE_APP_ROOT_API=http://localhost:3000
VUE_APP_HOST_ADDRESS=http://localhost:8080
3 changes: 2 additions & 1 deletion backend/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Description: >
Globals:
Function:
Timeout: 15
Runtime: nodejs16.x
Runtime: nodejs18.x
Api:
# enable CORS; to make more specific, change the origin wildcard
# to a particular domain name, e.g. "'www.example.com'"
Expand Down Expand Up @@ -730,5 +730,6 @@ Resources:
- nodejs10.x
- nodejs12.x
- nodejs16.x
- nodejs18.x
LicenseInfo: 'MIT'
RetentionPolicy: Retain

0 comments on commit 532b6c8

Please sign in to comment.