From 63fe66280f90449b4cf5e57edc3220e58f5e4811 Mon Sep 17 00:00:00 2001 From: mohamadreza Date: Thu, 12 Sep 2024 15:32:04 +0330 Subject: [PATCH] feat(change): change url to lsug --- app/Controllers/CodeController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/CodeController.php b/app/Controllers/CodeController.php index ba9f262..570903c 100644 --- a/app/Controllers/CodeController.php +++ b/app/Controllers/CodeController.php @@ -85,7 +85,7 @@ public function save(): void ':title' => $request['title'], ]); Flight::json($this->success2([ - 'url' => $uuid, + 'slug' => $uuid, 'message' => ['Code saved successfully.'], ])); }