chore: save WIP before workstation switch

This commit is contained in:
2026-05-18 17:33:31 -07:00
parent 98b18de00a
commit 2c5666e419
30 changed files with 765 additions and 395 deletions
+3 -3
View File
@@ -78,7 +78,7 @@ test.describe('CSV Upload Player Deduplication', () => {
formData.append('csvFile', file);
formData.append('eventId', testTournamentId.toString());
const response = await request.post('http://localhost:3000/api/matches/upload', {
const response = await request.post('/api/matches/upload', {
multipart: formData,
});
@@ -132,7 +132,7 @@ test.describe('CSV Upload Player Deduplication', () => {
formData.append('csvFile', file);
formData.append('eventId', testTournamentId.toString());
const response = await request.post('http://localhost:3000/api/matches/upload', {
const response = await request.post('/api/matches/upload', {
multipart: formData,
});
@@ -189,7 +189,7 @@ test.describe('CSV Upload Player Deduplication', () => {
formData.append('csvFile', file);
formData.append('eventId', testTournamentId.toString());
const response = await request.post('http://localhost:3000/api/matches/upload', {
const response = await request.post('/api/matches/upload', {
multipart: formData,
});