Skip to content

Commit

Permalink
Fix: restore fronend extra port health check
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Sep 22, 2023
1 parent 5cef97b commit b216b2f
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 b216b2f

Please sign in to comment.