Skip to content

Commit 2d02499

Browse files
committed
It's probably POST
1 parent 78266ec commit 2d02499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

superhive_hook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require('dotenv').config()
55

66
router.use(express.json())
77

8-
router.get('/', async (req, res) => {
8+
router.post('/', async (req, res) => {
99
/*
1010
Expected data:
1111
{

0 commit comments

Comments
 (0)