mirror of
https://github.com/FranP-code/open-react-blog-api.git
synced 2025-10-12 23:52:57 +00:00
Changed user from GET request to POST request
This commit is contained in:
@@ -11,7 +11,7 @@ admin.initializeApp({
|
||||
|
||||
const db = getFirestore()
|
||||
|
||||
router.get("/", async (req, res) => {
|
||||
router.post("/", async (req, res) => {
|
||||
|
||||
console.log(req.body)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user