From cf2aa8be3bc17fa366aa15cecf7601d18d6f4cd5 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 21 Jun 2025 13:12:02 +0300 Subject: [PATCH] chore: add web folder --- apps/api/.gitignore | 1 - apps/api/web/index.html | 11 +++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 apps/api/web/index.html diff --git a/apps/api/.gitignore b/apps/api/.gitignore index ece358e..79b7efd 100644 --- a/apps/api/.gitignore +++ b/apps/api/.gitignore @@ -5,7 +5,6 @@ __pycache__ .DS_Store mycl web.code-workspace -web .env whitelist_books.txt server diff --git a/apps/api/web/index.html b/apps/api/web/index.html new file mode 100644 index 0000000..d3e738d --- /dev/null +++ b/apps/api/web/index.html @@ -0,0 +1,11 @@ + + + + + + no web + + +

frontend not embeded

+ + \ No newline at end of file