mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 17:52:39 +02:00
Merge branch 'master' of github.com:neocities/neocities
This commit is contained in:
commit
9aa0f245ea
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
get '/stats/?' do
|
get '/stats/?' do
|
||||||
expires 14400, :public, :must_revalidate if self.class.production? # 4 hours
|
# expires 14400, :public, :must_revalidate if self.class.production? # 4 hours
|
||||||
|
|
||||||
@stats = {
|
@stats = {
|
||||||
total_sites: Site.count,
|
total_sites: Site.count,
|
||||||
|
|
Loading…
Add table
Reference in a new issue