weblib: set custom covers
[fanfix.git] / src / be / nikiroo / fanfix / library / WebLibraryUrls.java
index 0dd426004d38def06e52854bede41a5d00ca1371..2f36731871991449f63fead0265d8c5f79a9e499 100644 (file)
@@ -22,7 +22,8 @@ class WebLibraryUrls {
 
        static public final String LIST_URL_METADATA = LIST_URL_BASE + "metadata";
 
-       // GET/POST
+       // GET/SET ("luid" param -> set cover to the cover of this story -- not ok
+       // for /cover/story/)
        static private final String COVER_URL_BASE = "/cover/";
        static private final String COVER_URL_STORY = COVER_URL_BASE
                        + "story/{luid}";