MVP is done. App is functional
This commit is contained in:
@ -16,8 +16,8 @@ interface UserSelectionProps {
|
||||
}
|
||||
|
||||
const API_KEY = 'I_Love_Madeline';
|
||||
//const BASE_URL = 'https://ismadelinethecutest.gibbyb.com/api';
|
||||
const BASE_URL = 'http://192.168.0.39:3000/api';
|
||||
const BASE_URL = 'https://ismadelinethecutest.gibbyb.com/api';
|
||||
//const BASE_URL = 'http://192.168.0.39:3000/api';
|
||||
|
||||
const UserSelection: React.FC<UserSelectionProps> = ({ onUserSelected }) => {
|
||||
const [users, setUsers] = useState<User[]>([]);
|
||||
|
Reference in New Issue
Block a user