File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Examples
52
52
``` javascript
53
53
const http = require (' node:http' );
54
54
const { inspect } = require (' node:util' );
55
- const Busboy = require (' busboy' );
55
+ const Busboy = require (' @fastify/ busboy' );
56
56
57
57
http .createServer ((req , res ) => {
58
58
if (req .method === ' POST' ) {
@@ -107,7 +107,7 @@ const path = require('node:path');
107
107
const os = require (' node:os' );
108
108
const fs = require (' node:fs' );
109
109
110
- const Busboy = require (' busboy' );
110
+ const Busboy = require (' @fastify/ busboy' );
111
111
112
112
http .createServer (function (req , res ) {
113
113
if (req .method === ' POST' ) {
@@ -135,7 +135,7 @@ http.createServer(function(req, res) {
135
135
const http = require (' node:http' );
136
136
const { inspect } = require (' node:util' );
137
137
138
- const Busboy = require (' busboy' );
138
+ const Busboy = require (' @fastify/ busboy' );
139
139
140
140
http .createServer (function (req , res ) {
141
141
if (req .method === ' POST' ) {
You can’t perform that action at this time.
0 commit comments