DEBSOURCES
Skip Quicknav
sources / python-hug / 2.6.0-2.4 / examples / cors_per_route.py
123456
import hug @hug.get() def cors_supported(cors: hug.directives.cors = "*"): return "Hello world!"