mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
fix url
This commit is contained in:
@@ -41,7 +41,7 @@ export default class ModalBatchOrbis extends TranslatedComponent {
|
||||
if (!agent) {
|
||||
agent = request;
|
||||
}
|
||||
const API_ORBIS = 'http://localhost:3030/api/builds/add/batch';
|
||||
const API_ORBIS = 'https://orbis.zone/api/builds/add/batch';
|
||||
return new Promise((resolve, reject) => {
|
||||
try {
|
||||
agent
|
||||
|
||||
Reference in New Issue
Block a user