Reinstate correct list URL
app/src/main/java/eu/lepiller/nani/dictionary/DictionaryFactory.java
269 | 269 | } | |
270 | 270 | ||
271 | 271 | public static URL getListUrl() throws MalformedURLException { | |
272 | - | return new URL("https://nani.lepiller.eu/dicos2/list"); | |
272 | + | return new URL("https://nani.lepiller.eu/dicos/list"); | |
273 | 273 | } | |
274 | 274 | ||
275 | 275 | public static File getListFile() { |