Skip to content

Commit 9122f2d

Browse files
committed
fix: Troubleshooting G2 SSR request failure process
1 parent fa7047f commit 9122f2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

g2-ssr/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ http.createServer((req, res) => {
1414
if (req.method === 'GET') {
1515
toGet(req, res);
1616
} else if (req.method === 'POST') {
17+
console.log('POST123')
1718
toPost(req, res);
1819
}
1920
}).listen(port, () => {

0 commit comments

Comments
 (0)