chore(bootstrap): refresh stale GlobalsImporter references in docs/test names
This commit is contained in:
@@ -24,7 +24,7 @@ public class PracticeController : SVSimController
|
||||
/// <summary>
|
||||
/// /practice/info — returns the AI opponent catalog. Response data is a JSON array
|
||||
/// directly (not wrapped in an object), per spec. Backed by PracticeOpponents table,
|
||||
/// seeded by SVSim.Bootstrap from prod-captures/practice-info-*.json.
|
||||
/// seeded by SVSim.Bootstrap from seeds/practice-opponents.json.
|
||||
/// </summary>
|
||||
[HttpPost("info")]
|
||||
public async Task<List<PracticeOpponent>> Info(BaseRequest request)
|
||||
|
||||
Reference in New Issue
Block a user