mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 00:12:16 +02:00
Add /whoami view for logged-in user
This commit is contained in:
parent
cbf39aa3c3
commit
f147f8c2ab
16 changed files with 375 additions and 167 deletions
|
@ -7,7 +7,7 @@ For more information see:
|
|||
from django.contrib import admin
|
||||
from django.urls import include, path
|
||||
|
||||
from registrar.views import health, index
|
||||
from registrar.views import health, index, whoami
|
||||
|
||||
urlpatterns = [
|
||||
path("", index.index, name="home"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue