From 085762ec174eae1c519ec14db632f5ba197ed3c7 Mon Sep 17 00:00:00 2001 From: winter Date: Tue, 17 Dec 2024 18:39:18 +0000 Subject: hopefully implement push! again i can't really test this yet because i don't have two https instances that can talk to each other. soon i will set that up and test all these recent commits --- routes/subscribe.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 routes/subscribe.php (limited to 'routes/subscribe.php') diff --git a/routes/subscribe.php b/routes/subscribe.php new file mode 100644 index 0000000..c18d484 --- /dev/null +++ b/routes/subscribe.php @@ -0,0 +1,11 @@ +mount('/subscribe', function (array $args) { + +}); + +Router::getInstance()->mount('/unsubscribe', function (array $args) { + +}); \ No newline at end of file -- cgit v1.3