We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1cf783 commit a961dd2Copy full SHA for a961dd2
src/main/java/ru/mystamps/web/Url.java
@@ -57,7 +57,7 @@ public final class Url {
57
public static final String REQUEST_IMPORT_PAGE = "/series/import/request/{id}";
58
public static final String LIST_IMPORT_REQUESTS_PAGE = "/series/import/requests";
59
60
- public static final String SUGGEST_SERIES_COUNTRY = "/suggest/series_country";
+ public static final String SUGGEST_SERIES_COUNTRY = "/suggest/series_country";
61
62
public static final String ADD_CATEGORY_PAGE = "/category/add";
63
public static final String GET_CATEGORIES_PAGE = "/categories";
0 commit comments