mirror of
https://github.com/gristlabs/grist-core.git
synced 2025-06-13 20:53:59 +00:00
Summary: Version API endpoint wasn't logging telemetry from POST requests. The issue was in registration order, this endpoint was registered before `expressJson` and it couldn't read json body in the handler. Test Plan: Added new test Reviewers: paulfitz Reviewed By: paulfitz Subscribers: paulfitz Differential Revision: https://phab.getgrist.com/D4277 |
||
|---|---|---|
| .. | ||
| lib | ||
| ApiServer.ts | ||
| ApiServerAccess.ts | ||
| ApiServerBenchmark.ts | ||
| ApiServerBugs.ts | ||
| ApiSession.ts | ||
| apiUtils.ts | ||
| AuthCaching.ts | ||
| migrations.ts | ||
| seed.ts | ||
| testUtils.ts | ||
| UpdateChecks.ts | ||