init
This commit is contained in:
7
sumasen_easyocr/urls.py
Normal file
7
sumasen_easyocr/urls.py
Normal file
@ -0,0 +1,7 @@
|
||||
from django.contrib import admin
|
||||
from django.urls import path, re_path
|
||||
from .views import FileUploadView
|
||||
|
||||
urlpatterns = [
|
||||
re_path(r'^upload/', FileUploadView.as_view())
|
||||
]
|
||||
Reference in New Issue
Block a user