Skip to content

Commit d077159

Browse files
committed
Merge branch 'release'
2 parents 1b12b29 + adac3ca commit d077159

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/fr/polytech/codev/backend/controllers/AbstractController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
public abstract class AbstractController {
2424

25-
public static final int DEFAULT_TOKEN_END_DATE_PLUS_DAY_VALUE = 1;
25+
public static final int DEFAULT_TOKEN_END_DATE_PLUS_DAY_VALUE = 7;
2626

2727
private static Logger logger = LoggerFactory.getLogger(AbstractController.class);
2828

0 commit comments

Comments
 (0)