Skip to content

Commit

Permalink
Add @service for RedirectServiceImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
numbaa committed Apr 30, 2024
1 parent 05ff7ad commit cb53d83
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
import cn.lanthing.svr.service.RedirectService;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service;

@Service
public class RedirectServiceImpl implements RedirectService {

@Value("${redirect.controlled.host:#{null}}")
Expand Down

0 comments on commit cb53d83

Please sign in to comment.