self-review-fix

This commit is contained in:
Igor Loskutov
2025-09-02 13:04:43 -04:00
parent bdd899774a
commit 11ed585cea
20 changed files with 124 additions and 127 deletions

1
www/app/api/urls.ts Normal file
View File

@@ -0,0 +1 @@
export const RECORD_A_MEETING_URL = "/transcripts/new" as const;