implemented TTL feature

This commit is contained in:
2023-07-12 22:50:46 +02:00
parent a9286162c8
commit be619b1843
2 changed files with 13 additions and 1 deletions

View File

@ -24,7 +24,8 @@ public enum Param {
TOKEN("token"),
URL("url"),
URL_TITLE("url_title"),
USER("user");
USER("user"),
TTL("ttl");
private final String value;