-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/944 #945
base: 2.2
Are you sure you want to change the base?
Feature/944 #945
Conversation
added Python 3.8 and removed 3.4 from circle build
added auth dir in AuthCommand to move controllers to controllers/auth/
added a responsable class and mail is responsable
Refactor 2.3
Auth Guards Feature/931
removed references to testsuite class
@josephmancuso When I ran the local server, the following message showed:
But I wasn't able to find where this message was defined, can you show me? And to test the new server's behavior... Would I create a new project from this new masonite changed structure? Because I saw that normal project's flow is running from site-package > masonite-cli ( create projects, run migrations, run server ) |
Trying add some server to handle Option preflight requests.