Skip to content

onconova.urls

This module defines the URL routing configuration for the Onconova Django application. It includes API endpoints for the Onconova API, as well as authentication endpoints provided by Django Allauth and Allauth Headless.

urlpatterns module-attribute

URL Patterns resolved by Django:

  • api/v1/: Routes to Onconova API v1 endpoints.
  • api/accounts/: Includes internal Django Allauth authentication endpoints.
  • api/allauth/: Includes internal Allauth Headless authentication endpoints.
runner