minor fix
This commit is contained in:
@@ -49,7 +49,7 @@ class App extends React.Component {
|
||||
onUserDataChange({ info: "olx_url", value: url });
|
||||
if (url) {
|
||||
axios
|
||||
.get(`/api/${url}`)
|
||||
.get(`/items/${url}`)
|
||||
.then(response => {
|
||||
onItemsChanged(response.data.items);
|
||||
onUserDataChange({
|
||||
|
||||
Reference in New Issue
Block a user