Fix search, remove, add countries

This commit is contained in:
2023-12-25 21:45:08 +01:00
parent 4375ac1fc8
commit 82c9971289
4 changed files with 43 additions and 14 deletions

View File

@@ -10,4 +10,5 @@ class CurrencyRatesController extends Controller
{
return CurrencyRates::all();
}
}