From 346467373f86d68112231cd0fe4e49289e014420 Mon Sep 17 00:00:00 2001 From: liosha84 <138026690+liosha84@users.noreply.github.com> Date: Sun, 6 Jul 2025 19:37:54 +0300 Subject: [PATCH] Refactor tutorial service for public access and enhance authentication handling --- .../tutorial-add.component/tutorial-add.component.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 jambotron-ui/src/app/user-module/tutorial-add.component/tutorial-add.component.html diff --git a/jambotron-ui/src/app/user-module/tutorial-add.component/tutorial-add.component.html b/jambotron-ui/src/app/user-module/tutorial-add.component/tutorial-add.component.html new file mode 100644 index 0000000..be62c28 --- /dev/null +++ b/jambotron-ui/src/app/user-module/tutorial-add.component/tutorial-add.component.html @@ -0,0 +1 @@ +
tutorial-add.component works!