Skip to content

Commit

Permalink
Merge branch 'main' into snyk-upgrade-2ac997f7f2595c1375175afcabfa8e18
Browse files Browse the repository at this point in the history
  • Loading branch information
visrut-at-incubyte authored Dec 24, 2023
2 parents 9959bcd + ac26bd9 commit 94682b5
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 43 deletions.
2 changes: 1 addition & 1 deletion app/create-survey/ai/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const GenerateWithAi = () => {

setLoading(true)

const response = await fetch('https://api.wizardsurvey.fun/', {
const response = await fetch('ai/api', {
method: 'POST',
headers: {
'Content-Type': 'application/json'
Expand Down
81 changes: 45 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
"db-ui": "npx mongoku start"
},
"dependencies": {
"@types/node": "20.8.5",
"@types/node": "20.8.10",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.11",
"@types/react-dom": "18.2.15",
"autoprefixer": "10.4.16",
"encoding": "^0.1.13",
"eslint-config-next": "13.5.4",
"mongodb": "^5.9.0",
"eslint-config-next": "13.5.6",
"mongodb": "^5.9.1",
"next": "13.5.6",
"openai": "^4.12.1",
"openai": "^4.16.2",
"postcss": "8.4.31",
"react": "18.2.0",
"react-csv-downloader": "^3.0.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"request-ip": "^3.3.0",
"tailwindcss": "3.3.3",
"tailwindcss": "3.3.5",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 94682b5

Please sign in to comment.