several FontAwesome icons changed.

This commit is contained in:
2024-12-23 15:11:49 +09:00
parent 31e4a50ad8
commit d850f50e25
7 changed files with 244 additions and 120 deletions

View File

@@ -5,7 +5,8 @@ from antifroud import views
app_name = 'touchh'
urlpatterns = [
path('admin/', admin.site.urls),
path('', admin.site.urls),
path('health/', include('health_check.urls')),
path('antifroud/', include('antifroud.urls')),