diff options
| author | Bobby <[email protected]> | 2022-12-28 07:51:38 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-12-28 07:51:38 -0500 |
| commit | 54988a928d37fc12e1f6eb83c6ecfc2babe55e29 (patch) | |
| tree | 42f5a62061fc3b0a4e70484d6bfb4afe184224d1 /ignis/urls.py | |
| parent | 3ff3acef57e95ecd2e8dde429d4735e7c2e8e684 (diff) | |
| download | thatcomputerscientist-54988a928d37fc12e1f6eb83c6ecfc2babe55e29.tar.xz thatcomputerscientist-54988a928d37fc12e1f6eb83c6ecfc2babe55e29.zip | |
Registraion function with captcha working
Diffstat (limited to 'ignis/urls.py')
| -rw-r--r-- | ignis/urls.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ignis/urls.py b/ignis/urls.py index b190a40f..44ed5de1 100644 --- a/ignis/urls.py +++ b/ignis/urls.py @@ -8,4 +8,5 @@ urlpatterns = [ path('/upload', views.upload_image, name='upload_image'), path('/image/<post_id>/<image_name>', views.get_image, name='get_image'), path('/cover/<str:repository>', views.cover_image, name='cover_image'), + path('/captcha/<str:captcha_string>', views.captcha_image, name='captcha_image') ] |
