From b2c19e3db148cae59b63eae50c15e584c672a3e1 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Sun, 4 Dec 2022 10:43:39 -0500 Subject: [PATCH] add the add view for snapshots --- web/api/app/View/Snapshots/json/add.ctp | 1 + 1 file changed, 1 insertion(+) create mode 100644 web/api/app/View/Snapshots/json/add.ctp diff --git a/web/api/app/View/Snapshots/json/add.ctp b/web/api/app/View/Snapshots/json/add.ctp new file mode 100644 index 000000000..55176bf1c --- /dev/null +++ b/web/api/app/View/Snapshots/json/add.ctp @@ -0,0 +1 @@ +echo json_encode($snapshot);