Merge branch 'swaggerDocWithChanges' into 'main'
docs See merge request !43
Showing
- app/(apidocs)/apidocs/page.tsx 11 additions, 0 deletionsapp/(apidocs)/apidocs/page.tsx
- app/(apidocs)/apidocs/react-swagger.tsx 14 additions, 0 deletionsapp/(apidocs)/apidocs/react-swagger.tsx
- app/api/games/route.ts 15 additions, 0 deletionsapp/api/games/route.ts
- app/api/gweets/[id]/route.ts 27 additions, 0 deletionsapp/api/gweets/[id]/route.ts
- app/api/gweets/likes/route.ts 30 additions, 0 deletionsapp/api/gweets/likes/route.ts
- app/api/gweets/regweets/route.ts 18 additions, 0 deletionsapp/api/gweets/regweets/route.ts
- app/api/gweets/route.ts 35 additions, 0 deletionsapp/api/gweets/route.ts
- app/api/hashtags/route.ts 26 additions, 0 deletionsapp/api/hashtags/route.ts
- app/api/signup/route.ts 16 additions, 0 deletionsapp/api/signup/route.ts
- app/api/users/follow/route.ts 36 additions, 0 deletionsapp/api/users/follow/route.ts
- app/api/users/gamelists/route.ts 14 additions, 0 deletionsapp/api/users/gamelists/route.ts
- lib/swagger.ts 25 additions, 0 deletionslib/swagger.ts
- package-lock.json 2024 additions, 68 deletionspackage-lock.json
- package.json 3 additions, 0 deletionspackage.json
app/(apidocs)/apidocs/page.tsx
0 → 100644
app/(apidocs)/apidocs/react-swagger.tsx
0 → 100644
lib/swagger.ts
0 → 100644
This diff is collapsed.
... | ... | @@ -40,6 +40,7 @@ |
"lucide-react": "^0.259.0", | ||
"next": "^13.4.9", | ||
"next-auth": "^4.22.1", | ||
"next-swagger-doc": "^0.4.0", | ||
"next-themes": "^0.2.1", | ||
"normalize-diacritics": "^4.0.0", | ||
"react": "18.2.0", | ||
... | ... | @@ -48,6 +49,7 @@ |
"react-hook-form": "^7.45.1", | ||
"react-infinite-scroll-component": "^6.1.0", | ||
"react-intersection-observer": "^9.5.2", | ||
"swagger-ui-react": "^5.1.0", | ||
"tailwind-merge": "^1.13.2", | ||
"tailwindcss-animate": "^1.0.6", | ||
"uploadthing": "^5.1.0", | ||
... | ... | @@ -62,6 +64,7 @@ |
"@types/node": "^20.4.0", | ||
"@types/react": "^18.2.14", | ||
"@types/react-dom": "^18.2.6", | ||
"@types/swagger-ui-react": "^4.18.0", | ||
"autoprefixer": "10.4.14", | ||
"eslint": "^8.44.0", | ||
"eslint-config-next": "^13.4.9", | ||
... | ... |
Please register or sign in to comment