From cf7fd42983b9740ebe4c12e045fd707c239d46d6 Mon Sep 17 00:00:00 2001 From: Kayden Tebau Date: Tue, 3 Jan 2023 21:01:50 -0800 Subject: [PATCH] Add stats images --- lib/unix_dog.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/unix_dog.pm b/lib/unix_dog.pm index 975d396..1437a99 100644 --- a/lib/unix_dog.pm +++ b/lib/unix_dog.pm @@ -16,6 +16,8 @@ sub startup ($self) { $self->defaults(title => 'UNIX.dog'); + push @{$self->static->paths}, "/var/cache/stats/"; + # Router my $r = $self->routes;