пофиксил

This commit is contained in:
KessPen
2024-05-20 17:32:50 +07:00
parent 77a2364ece
commit c965d38425

View File

@@ -7,7 +7,7 @@ from django.shortcuts import render
from SusMarketBackend.models import Category, Product, Review, User
def index(request):
def index(request, product: int = 0):
return render(request, 'index.html')