Fix Bud proxy (#2890)
This commit is contained in:
@@ -38,4 +38,4 @@ module.exports = async (config) =>
|
|||||||
*
|
*
|
||||||
* This is your local dev server.
|
* This is your local dev server.
|
||||||
*/
|
*/
|
||||||
.proxy({target: 'http://example.test'});
|
.proxy('http://example.test');
|
||||||
|
|||||||
Reference in New Issue
Block a user