From 9bd6d4d8abefe9a68ef04c76ca484a9ce938a503 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 26 Nov 2024 23:08:22 +0000 Subject: [PATCH] let's make a conflict --- routes/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/api.php b/routes/api.php index 4dea09a..0f9ffaf 100644 --- a/routes/api.php +++ b/routes/api.php @@ -8,5 +8,5 @@ }); Route::get('/test', function () { - return 'testing a conflict'; + return 'testing another conflict'; });