mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
self-review-fix
This commit is contained in:
@@ -13,7 +13,7 @@ import createFetchClient from "openapi-react-query";
|
||||
// Create the base openapi-fetch client with a default URL
|
||||
// The actual URL will be set via middleware in ApiAuthProvider
|
||||
export const client = createClient<paths>({
|
||||
baseUrl: "http://127.0.0.1:1250",
|
||||
baseUrl: "http://192.0.2.1:1250",
|
||||
});
|
||||
|
||||
export const $api = createFetchClient<paths>(client);
|
||||
|
||||
Reference in New Issue
Block a user