rebranding
This commit is contained in:
@@ -44,7 +44,7 @@ describe("createApiClient", () => {
|
||||
let client: ReturnType<typeof createApiClient>;
|
||||
|
||||
beforeEach(() => {
|
||||
client = createApiClient("https://api.shieldai.com/api/trpc", "test-key");
|
||||
client = createApiClient("https://api.kordant.ai/api/trpc", "test-key");
|
||||
});
|
||||
|
||||
it("should create a client", () => {
|
||||
|
||||
Reference in New Issue
Block a user