From a6847353b2ae0a8279287a83e65da92aaa64df7b Mon Sep 17 00:00:00 2001 From: Fabrice Lecomte Date: Mon, 3 Mar 2025 21:18:13 +0100 Subject: [PATCH] Rename HttpInput to HttpRoute --- .../app/actions/playNewCard/{HttpInput.kt => HttpRoute.kt} | 0 .../app/actions/readLastPlayedCard/{HttpInput.kt => HttpRoute.kt} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/main/kotlin/eventDemo/app/actions/playNewCard/{HttpInput.kt => HttpRoute.kt} (100%) rename src/main/kotlin/eventDemo/app/actions/readLastPlayedCard/{HttpInput.kt => HttpRoute.kt} (100%) diff --git a/src/main/kotlin/eventDemo/app/actions/playNewCard/HttpInput.kt b/src/main/kotlin/eventDemo/app/actions/playNewCard/HttpRoute.kt similarity index 100% rename from src/main/kotlin/eventDemo/app/actions/playNewCard/HttpInput.kt rename to src/main/kotlin/eventDemo/app/actions/playNewCard/HttpRoute.kt diff --git a/src/main/kotlin/eventDemo/app/actions/readLastPlayedCard/HttpInput.kt b/src/main/kotlin/eventDemo/app/actions/readLastPlayedCard/HttpRoute.kt similarity index 100% rename from src/main/kotlin/eventDemo/app/actions/readLastPlayedCard/HttpInput.kt rename to src/main/kotlin/eventDemo/app/actions/readLastPlayedCard/HttpRoute.kt