Skip to content

Commit ec72f13

Browse files
committed
fix bundleUploadApi endpoint
1 parent 955c850 commit ec72f13

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ const packageJson = require('./package.json');
1515
const maxBuffer = 1024 * 1024 * 50; // 50MB
1616
const defaultRegistry = 'https://registry.fleetbase.io';
1717
const packageLookupApi = 'https://api.fleetbase.io/~registry/v1/lookup';
18-
const bundleUploadApi = 'http://localhost:8000/~registry/v1/bundle-upload';
19-
// const bundleUploadApi = 'https://api.fleetbase.io/~registry/v1/bundle-upload';
18+
const bundleUploadApi = 'https://api.fleetbase.io/~registry/v1/bundle-upload';
2019
const starterExtensionRepo = 'https://github.com/fleetbase/starter-extension.git';
2120

2221
function publishPackage (packagePath, registry, options = {}) {

0 commit comments

Comments
 (0)