fix localhost uri

This commit is contained in:
willyb321
2018-08-01 14:27:09 +10:00
parent c37c6983c3
commit bfd7645fb7

View File

@@ -95,7 +95,7 @@ function orbisShorten(url, success, error) {
}
}
const API_ORBIS = 'http://localhost:3030/api/builds/add';
const API_ORBIS = 'https://orbis.zone/api/builds/add';
/**
* Upload to Orbis
* @param {object} ship The URL to shorten