mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
fix url
This commit is contained in:
@@ -41,7 +41,7 @@ export default class ModalBatchOrbis extends TranslatedComponent {
|
|||||||
if (!agent) {
|
if (!agent) {
|
||||||
agent = request;
|
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) => {
|
return new Promise((resolve, reject) => {
|
||||||
try {
|
try {
|
||||||
agent
|
agent
|
||||||
|
|||||||
Reference in New Issue
Block a user