payments
This commit is contained in:
@@ -25,4 +25,6 @@ urlpatterns = [
|
||||
path('preinfo/', include('preinfo.urls')),
|
||||
path('container/', include('containers.urls')),
|
||||
path('booking/', include('booking.urls')),
|
||||
path('payment/', include('payments.urls')),
|
||||
path('damages/', include('damages_api.urls')),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user