removing v1 from basePath

This commit is contained in:
Khalim Conn-Kowlessar 2023-08-31 21:07:49 +01:00
parent 03f4b87e24
commit 41c600abca

View file

@ -19,7 +19,7 @@ plugins:
custom:
customDomain:
domainName: api.${self:provider.environment.DOMAIN_NAME}
basePath: 'v1/sapmodel'
basePath: 'sapmodel'
createRoute53Record: true
certificateArn: ${ssm:/ssl_certificate_arn}