Skip to content

Commit

Permalink
Fix: restore fronend extra port health check (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Sep 22, 2023
1 parent ef6f155 commit 2e50774
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@

file_server
}

:3001 {
handle /health {
respond "OK"
}
}

0 comments on commit 2e50774

Please sign in to comment.