From 7784d927afbfdcc22f885af284e0636d388e5d4d Mon Sep 17 00:00:00 2001 From: emile Date: Tue, 23 Apr 2024 22:19:54 +0300 Subject: [PATCH] new --- .../__pycache__/urls.cpython-310.pyc | Bin 1346 -> 1364 bytes osinaweb/customercore/urls.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/osinaweb/customercore/__pycache__/urls.cpython-310.pyc b/osinaweb/customercore/__pycache__/urls.cpython-310.pyc index 2ba4d7fc22c8aa36cc5e0334e9ea7f2f7991b3c2..997a318e010d995855996f1fe73d90470dd0d3f1 100644 GIT binary patch delta 247 zcmXZPI|{-;6a`Sn!I(@k`TLLG+Eus%TN{zwK_W;X+S>~$#H9o`;0A15kWYB0J8$(> zs?=Jw$j5o8?X3eFRxOQyW8}$#;<>agJf5c6@Oc5vLCA|}3NbICxk!0Enuk7bK+_oV zMl^qeF?T`@knyIp5HsGK7Gc3#(qgRsI|jR?$;7!W(&t^Sqp&h4DwALL<)z3E6`Gf< F#Sc;EJLmua delta 229 zcmXZPO%B0O7zI$zquQ^1{q?UDW2-PXFg3o7L?V`8E)2v{x&tE%upn3Ro!R-yTjb)L zv}or)Wq<9!hxf3xK~URM7orO}50TDsJ;b_%^O5Q@E{VF2nl2V{*uw(wy6-c-`!#`PjSp0p|5IumAu6 diff --git a/osinaweb/customercore/urls.py b/osinaweb/customercore/urls.py index 0e6fb087..fe75ce60 100644 --- a/osinaweb/customercore/urls.py +++ b/osinaweb/customercore/urls.py @@ -5,7 +5,7 @@ from . import views urlpatterns = [ # LISTING path('redirect-osimenu/', views.redirect_osimenu, name='redirectosimenu'), - path('redirect-osicard/', views.redirect_osimenu, name='redirectosicard'), + path('redirect-osicard/', views.redirect_osicard, name='redirectosicard'), path('my-invoices/', views.customer_invoices, name='customerinvoices'),