Unverified Commit 14940501 authored by Seokkitdo's avatar Seokkitdo Committed by GitHub
Browse files

Shouldn't the const braces be removed to make it work properly?

It works fine after removing the braces.
1 merge request!10622Shouldn't the const braces be removed to make it work properly?
Showing with 1 addition and 1 deletion
+1 -1
......@@ -95,7 +95,7 @@ module.exports = function(app) {
You can now register proxies as you wish! Here's an example using the above `http-proxy-middleware`:
```js
const { createProxyMiddleware } = require('http-proxy-middleware');
const createProxyMiddleware = require('http-proxy-middleware');
module.exports = function(app) {
app.use(
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment