Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .env.local.example

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ yarn-error.log*

# vercel
.vercel
.env.local.example
17 changes: 17 additions & 0 deletions notes
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Data API endpoint:
https://us-west-2.aws.data.mongodb-api.com/app/data-uqrwh/endpoint/data/v1

data-api-key
c2EU0KWI5n9kEZzSezcDhnbZGdV3WWWyyqHz0HJQyQ6XHanDrFRWWBrcj0zCGRig

User Name: Acomet21
Test1234

mongodb+srv://Acomet21:[email protected]/test

Auth0
Domain:
dev-z35et41fh10jgcyx.us.auth0.com

ClientID: o9NqWXBBoSheS5Wf9MpGsqY6l4oEGiZF
Client Secret: XdDgJ7VLTwt7XCxZT8ckCddGYqS__oF-0bUoDV3z5zuV8MyEBKWsXOKRGJEu5DrV
1 change: 1 addition & 0 deletions pages/api/flutter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export default withApiAuthRequired(async function handler(req, res) {
const deleteDataJson = await deleteData.json();
res.status(200).json(deleteDataJson);
break;

default:
res.status(405).end();
break;
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@
dependencies:
"glob" "7.1.7"

"@next/swc-win32-x64-msvc@12.1.6":
"integrity" "sha512-4ZEwiRuZEicXhXqmhw3+de8Z4EpOLQj/gp+D9fFWo6ii6W1kBkNNvvEx4A90ugppu+74pT1lIJnOuz3A9oQeJA=="
"resolved" "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-12.1.6.tgz"
"@next/swc-darwin-arm64@12.1.6":
"integrity" "sha512-P0EXU12BMSdNj1F7vdkP/VrYDuCNwBExtRPDYawgSUakzi6qP0iKJpya2BuLvNzXx+XPU49GFuDC5X+SvY0mOw=="
"resolved" "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-12.1.6.tgz"
"version" "12.1.6"

"@nodelib/[email protected]":
Expand Down