forked from enviPath/enviPy
More on PES
This commit is contained in:
8
bayer/urls.py
Normal file
8
bayer/urls.py
Normal file
@ -0,0 +1,8 @@
|
||||
from django.urls import re_path
|
||||
|
||||
from . import views as v
|
||||
|
||||
|
||||
urlpatterns = [
|
||||
re_path(r"^depict_pes$", v.visualize_pes, name="depict_pes"),
|
||||
]
|
||||
Reference in New Issue
Block a user