diff options
-rw-r--r-- | infra-status.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/infra-status.rb b/infra-status.rb index ed1851b..defc5e5 100644 --- a/infra-status.rb +++ b/infra-status.rb @@ -24,6 +24,7 @@ configure do end get '/' do + last_modified ServiceRegistry.instance.load_date erb :index end |