basic get and post requests for private tags
Showing
.env.development
0 → 100644
.env.example
0 → 100644
.env.production
0 → 100644
... | ... | @@ -18,6 +18,7 @@ |
"framer-motion": "^6", | ||
"next": "12.1.6", | ||
"next-react-svg": "1.1.3", | ||
"node-fetch": "^3.2.9", | ||
"react": "18.1.0", | ||
"react-dom": "18.1.0", | ||
"react-hook-form": "^7.33.1", | ||
... | ... |
pages/api-helpers/getUrl.ts
0 → 100644
Please register or sign in to comment