auf hope-fly geaendert
This commit is contained in:
@ -48,7 +48,8 @@ export type UserCtxT =
|
||||
export const UserCtx = createContext<UserCtxT | null>(null);
|
||||
|
||||
export const Axios = axios.create({
|
||||
baseURL: 'http://localhost/dog/php-dog/',
|
||||
// baseURL: 'http://localhost/dog/php-dog/',
|
||||
baseURL: 'https://hope-fly.de/dog/php-dog/',
|
||||
});
|
||||
|
||||
export const UserCtxProvider = ({children}:TUserContextProviderProps) => {
|
||||
|
||||
Reference in New Issue
Block a user