Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit adb80a5

Browse files
committed
Update ping path
1 parent 1d90c62 commit adb80a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
- "3000:3000"
2525
restart: always
2626
healthcheck:
27-
test: "curl -f http://api/ping"
27+
test: "curl -f http://api/pingo"
2828
interval: 5s
2929
timeout: 3s
3030
retries: 5

‎serverless.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ functions:
7171
environment:
7272
AUTH0_CLIENT_SECRET: ${env:AUTH0_CLIENT_SECRET}
7373

74-
ping:
74+
pingo:
7575
handler: src/index.pingHandler
7676
memory: 1024
7777
timeout: 60
7878
events:
7979
- http:
8080
method: get
81-
path: ping
81+
path: pingo
8282
cors: true
8383
integration: lambda-proxy
8484

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /