auf hope-fly geaendert

This commit is contained in:
Peter Hoppe
2022-12-17 17:06:06 +01:00
parent 566573f441
commit 40807e2675
7 changed files with 12 additions and 64 deletions

View File

@ -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) => {