waitress
) and the Masonite dependency. You should remove all dependencies and only put:masonite.providers.ApiProvider.ApiProvider
from the PROVIDERS
list as this has been removed completely in 1.5Api()
route inside routes/api.py
for API endpoints then remove this as well. You will need to implement API endpoints using the new Official Masonite Entry package instead.RESOURCES = []
line to your routes/api.py
file for the new Masonite Entry package if you choose to use it.masonite-cli / 1.1+
. <1.1
will only work with Masonite 1.4 and below.config/session.py
file you can copy and paste:SessionProvider
inside your PROVIDERS
list just below the AppProvider
: