Skip to content

Commit

Permalink
root path aasa file not serving
Browse files Browse the repository at this point in the history
  • Loading branch information
devk0ng committed Jan 27, 2024
1 parent 7c90cf3 commit 5b1502f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/pyonsnalcolor/admin/AdminController.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class AdminController {
private FcmPushService fcmPushService;

// universial link
@GetMapping(value = {"/", "/apple-app-site-association", "/.well-known/apple-app-site-association"})
@GetMapping(value = {"/apple-app-site-association", "/.well-known/apple-app-site-association"})
public ResponseEntity<String> getAASAData() throws IOException {
byte[] jsonData = Files.readAllBytes(Paths.get("/home/aasa/apple-app-site-association"));

Expand Down

0 comments on commit 5b1502f

Please sign in to comment.