diff options
| author | MohamedBassem <me@mbassem.com> | 2024-02-06 12:26:29 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-02-06 12:26:29 +0000 |
| commit | 083ea5bd19172381bb53e95aaf98eaabef839c54 (patch) | |
| tree | 4d1c041aab7cd8d15382330db08caeb9c5a12c63 /web/app | |
| parent | b792121977ade8bdd3fb62704b65a9fcbd1436b9 (diff) | |
| download | karakeep-083ea5bd19172381bb53e95aaf98eaabef839c54.tar.zst | |
Move the web app into a subdir
Diffstat (limited to '')
| -rw-r--r-- | web/app/api/auth/[...nextauth]/route.tsx (renamed from app/api/auth/[...nextauth]/route.tsx) | 0 | ||||
| -rw-r--r-- | web/app/api/v1/links/route.ts (renamed from app/api/v1/links/route.ts) | 0 | ||||
| -rw-r--r-- | web/app/favicon.ico (renamed from app/favicon.ico) | bin | 25931 -> 25931 bytes | |||
| -rw-r--r-- | web/app/globals.css (renamed from app/globals.css) | 0 | ||||
| -rw-r--r-- | web/app/layout.tsx (renamed from app/layout.tsx) | 0 | ||||
| -rw-r--r-- | web/app/page.tsx (renamed from app/page.tsx) | 0 |
6 files changed, 0 insertions, 0 deletions
diff --git a/app/api/auth/[...nextauth]/route.tsx b/web/app/api/auth/[...nextauth]/route.tsx index bfcda516..bfcda516 100644 --- a/app/api/auth/[...nextauth]/route.tsx +++ b/web/app/api/auth/[...nextauth]/route.tsx diff --git a/app/api/v1/links/route.ts b/web/app/api/v1/links/route.ts index 5be1018e..5be1018e 100644 --- a/app/api/v1/links/route.ts +++ b/web/app/api/v1/links/route.ts diff --git a/app/favicon.ico b/web/app/favicon.ico Binary files differindex 718d6fea..718d6fea 100644 --- a/app/favicon.ico +++ b/web/app/favicon.ico diff --git a/app/globals.css b/web/app/globals.css index 6a757250..6a757250 100644 --- a/app/globals.css +++ b/web/app/globals.css diff --git a/app/layout.tsx b/web/app/layout.tsx index 3314e478..3314e478 100644 --- a/app/layout.tsx +++ b/web/app/layout.tsx diff --git a/app/page.tsx b/web/app/page.tsx index 2df40508..2df40508 100644 --- a/app/page.tsx +++ b/web/app/page.tsx |
