Add curl test comments to controllers

This commit is contained in:
Tim
2025-06-30 19:40:05 +08:00
parent 7a35274510
commit 8e413ae4c1
2 changed files with 18 additions and 0 deletions

View File

@@ -4,6 +4,11 @@ import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
import java.util.Map;
/*
curl http://localhost:8080/api/admin/hello \
-H "Authorization: Bearer <token>"
*/
/**
* Simple admin demo endpoint.
*/