File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
core/src/main/java/com/flowci/core/flow/controller Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2323import com .flowci .core .flow .service .FlowService ;
2424import com .flowci .core .flow .service .StatsService ;
2525import com .flowci .exception .ArgumentException ;
26+ import org .springframework .beans .factory .annotation .Autowired ;
27+ import org .springframework .web .bind .annotation .*;
28+
2629import java .time .Instant ;
2730import java .time .temporal .ChronoUnit ;
2831import java .util .List ;
29- import org .springframework .beans .factory .annotation .Autowired ;
30- import org .springframework .web .bind .annotation .*;
3132
3233/**
3334 * @author yang
3637@ RequestMapping ("/flows" )
3738public class StatsController {
3839
39- private static final int MaxDays = 30 ;
40+ private static final int MaxDays = 31 ;
4041
4142 @ Autowired
4243 private FlowService flowService ;
You can’t perform that action at this time.
0 commit comments