flyzto 4 napja
szülő
commit
9c6e1568e4
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      web/src/views/home.vue

+ 1 - 1
web/src/views/home.vue

@@ -14,7 +14,7 @@ const onSearch = (value) => {
 };
 
 const updateSolutions = () => {
-  axios.get('/api/games/get_solutions', { params: { min_profit_rate: -1 } }).then(res => {
+  axios.get('/api/games/get_solutions', { params: { min_profit_rate: 0 } }).then(res => {
     if (res.data.statusCode === 200) {
       games.value = res.data.data;
     }