Skip to content

Commit

Permalink
feat(redirect): change redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadreza1388 committed Sep 11, 2024
1 parent 23b97a7 commit 103048f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Controllers/IndexController.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ class IndexController extends Controller
{
public function index(): void
{
Flight::redirect('https://salamlang.ir');
Flight::redirect('https://editor.salamlang.ir');
}
}

0 comments on commit 103048f

Please sign in to comment.