middleware fix for path-based vendor url
This commit is contained in:
@@ -164,7 +164,6 @@ class Vendor(Base, TimestampMixin):
|
||||
return domains
|
||||
|
||||
|
||||
# Keep your existing VendorUser and Role models unchanged
|
||||
class VendorUser(Base, TimestampMixin):
|
||||
__tablename__ = "vendor_users"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user