Update batch submit backend IP

This commit is contained in:
admin123 2026-04-29 13:24:04 +08:00
parent 07d1dffe78
commit b1f2db8552
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
export const DEFAULT_BATCH_SUBMIT_BASE_URL = "http://192.168.31.29:8083";
export const DEFAULT_BATCH_SUBMIT_BASE_URL = "http://192.168.31.21:8083";

View File

@ -5,7 +5,7 @@ import { createBatchSubmitClient } from "../src/shared/batch-submit-client";
describe("batch-submit-client", () => {
test("exports the default batch submit base url", () => {
expect(DEFAULT_BATCH_SUBMIT_BASE_URL).toBe("http://192.168.31.29:8083");
expect(DEFAULT_BATCH_SUBMIT_BASE_URL).toBe("http://192.168.31.21:8083");
});
test("posts the batch payload with a Bearer token", async () => {