organise imports

This commit is contained in:
Anthony Stirling
2023-05-08 15:26:41 +01:00
parent f2521717ae
commit 5139af9f48
8 changed files with 23 additions and 21 deletions

View File

@@ -78,6 +78,7 @@ public class GeneralWebController {
@GetMapping(value = "/robots.txt", produces = MediaType.TEXT_PLAIN_VALUE)
@ResponseBody
@Hidden
public String getRobotsTxt() {
String allowGoogleVisibility = System.getProperty("ALLOW_GOOGLE_VISABILITY");
if (allowGoogleVisibility == null)