Skip to content

Commit

Permalink
feat(change): change url to lsug
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadreza1388 committed Sep 12, 2024
1 parent 9946cd4 commit 63fe662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Controllers/CodeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function save(): void
':title' => $request['title'],
]);
Flight::json($this->success2([
'url' => $uuid,
'slug' => $uuid,
'message' => ['Code saved successfully.'],
]));
}
Expand Down

0 comments on commit 63fe662

Please sign in to comment.