diff --git a/app/routes.py b/app/routes.py
index a3292b9082c775257dce82e08e3ec8d341b61734..03ead0b0d36ea3d297bb5693a09ca788a3b0d4ec 100644
--- a/app/routes.py
+++ b/app/routes.py
@@ -22,7 +22,7 @@ RECO_PLOTS = [['track_reco', 'ztplot_roy'], ['time_residuals']]
 COMPACT_PLOTS = [['dom_activity', 'dom_rates', 'pmt_rates', 'pmt_hrv'],
                  ['trigger_rates', 'trigger_rates_lin'],
                  ['ztplot', 'ztplot_roy', 'triggermap']]
-SN_PLOTS = [['sn_bg_distribution']]
+SN_PLOTS = [['sn_bg_histogram', 'sn_pk_history']]
 
 if exists(CONFIG_PATH):
     config = toml.load(CONFIG_PATH)