hope_fly geht; etiketten

This commit is contained in:
2022-12-19 23:25:59 +01:00
parent 3657ddf4ae
commit 0398356421
5 changed files with 6 additions and 125 deletions

View File

@ -74,8 +74,8 @@ export type UserCtxT =
export const UserCtx = createContext<UserCtxT | null>(null);
export const Axios = axios.create({
baseURL: 'http://localhost/dog/php-dog/',
// baseURL: 'https://hope-fly.de/dog/php-dog/',
// baseURL: 'http://localhost/dog/php-dog/',
baseURL: 'https://hope-fly.de/dog/php-dog/',
});
export const UserCtxProvider = ({children}:TUserContextProviderProps) => {