Skip to content

Commit 28c3f8d

Browse files
committed
fix: remove trailing comma in customDomains configuration
1 parent 0cf426e commit 28c3f8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/web/web.module.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ resource web 'Microsoft.App/containerApps@2024-03-01' = {
2727
external: true
2828
targetPort: int(web_containerport)
2929
transport: 'http'
30-
allowInsecure: false,
30+
allowInsecure: false
3131
customDomains: [
3232
{
3333
name: 'copilotthatjawn.com'

0 commit comments

Comments
 (0)