From 539710076f3db24d7921cdcc46e12b74452a0ef5 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:20:28 +0200 Subject: [PATCH] chore: change routes --- routes/transcriptor/{getTranscript.ts => get.ts} | 0 routes/transcriptor/{saveTranscript.ts => save.ts} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename routes/transcriptor/{getTranscript.ts => get.ts} (100%) rename routes/transcriptor/{saveTranscript.ts => save.ts} (100%) diff --git a/routes/transcriptor/getTranscript.ts b/routes/transcriptor/get.ts similarity index 100% rename from routes/transcriptor/getTranscript.ts rename to routes/transcriptor/get.ts diff --git a/routes/transcriptor/saveTranscript.ts b/routes/transcriptor/save.ts similarity index 100% rename from routes/transcriptor/saveTranscript.ts rename to routes/transcriptor/save.ts