From cbaedbc5251f3b127bd81242d1344c0cd3e56e0c Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Wed, 13 Oct 2021 21:51:07 +0100 Subject: Implemente redirects --- public/create/index.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 public/create/index.php (limited to 'public/create') diff --git a/public/create/index.php b/public/create/index.php new file mode 100644 index 0000000..00ce794 --- /dev/null +++ b/public/create/index.php @@ -0,0 +1,23 @@ +render('create', compact('bookmark')); + +respondAndExit(200, 'OK', $html); -- cgit v1.2.3-13-gbd6f