mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
Merge pull request #194 from Hestia-Homes/main
removing v1 from basePath
This commit is contained in:
commit
a5d95277d7
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ plugins:
|
||||||
custom:
|
custom:
|
||||||
customDomain:
|
customDomain:
|
||||||
domainName: api.${self:provider.environment.DOMAIN_NAME}
|
domainName: api.${self:provider.environment.DOMAIN_NAME}
|
||||||
basePath: 'v1/sapmodel'
|
basePath: 'sapmodel'
|
||||||
createRoute53Record: true
|
createRoute53Record: true
|
||||||
certificateArn: ${ssm:/ssl_certificate_arn}
|
certificateArn: ${ssm:/ssl_certificate_arn}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue