We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8680551 commit 65f15a2Copy full SHA for 65f15a2
2 files changed
client/src/app/health/route.ts
@@ -0,0 +1,3 @@
1
+export async function GET() {
2
+ return Response.json({ status: 'ok' }, { status: 200 });
3
+}
infrastructure/terraform/modules/beanstalk/main.tf
@@ -152,7 +152,7 @@ locals {
152
{
153
namespace = "aws:elasticbeanstalk:environment:process:default"
154
name = "HealthCheckPath"
155
- value = "/health"
+ value = "/impact-sphere/health"
156
}
157
]
158
0 commit comments