Finished implementing FileUploadService + added test workflow

This commit is contained in:
2026-04-05 11:50:44 +02:00
parent 24285c3972
commit e390012b1f
11 changed files with 323 additions and 5 deletions

View File

@@ -7,5 +7,5 @@ beforeEach(async () => {
apiUrl: "http://localhost:3000"
})
await getClient().post("v2/reset")
await getClient(false).post("v2/reset")
})