Skip to content

Commit 65f15a2

Browse files
committed
health
1 parent 8680551 commit 65f15a2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

  • client/src/app/health
  • infrastructure/terraform/modules/beanstalk

client/src/app/health/route.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export async function GET() {
2+
return Response.json({ status: 'ok' }, { status: 200 });
3+
}

infrastructure/terraform/modules/beanstalk/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ locals {
152152
{
153153
namespace = "aws:elasticbeanstalk:environment:process:default"
154154
name = "HealthCheckPath"
155-
value = "/health"
155+
value = "/impact-sphere/health"
156156
}
157157
]
158158
}

0 commit comments

Comments
 (0)