Skip to content

Commit

Permalink
Merge pull request #784 from eaguad1337/fix/783
Browse files Browse the repository at this point in the history
fix #783 change default view
  • Loading branch information
josephmancuso authored Feb 12, 2024
2 parents 08afe2a + 840188f commit e802800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/masonite/stubs/controllers/Controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

class __class__(Controller):
def show(self, view: View):
return view.render("")
return view.render("welcome")

0 comments on commit e802800

Please sign in to comment.