mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 21:45:41 +00:00
first commit
This commit is contained in:
10
gestaoRaul/typePay/urls.py
Normal file
10
gestaoRaul/typePay/urls.py
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
from django.urls import path
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.typePay, name='typePay'),
|
||||
|
||||
|
||||
|
||||
]
|
||||
Reference in New Issue
Block a user