Changelog:

Backend:
- ADD Favorites routes
- EXTEND Index routes
- ADD FastAPI tags for routes

Frontend:
- ADD Next.JS Template
This commit is contained in:
Kentai Radiquum 2024-04-18 22:29:26 +05:00
parent 23ac963dee
commit 642277face
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
17 changed files with 1052 additions and 10 deletions

4
frontend/next.config.mjs Normal file
View file

@ -0,0 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;