Neoteroi / BlackSheep

Fast ASGI web framework for Python
https://www.neoteroi.dev/blacksheep/
MIT License
1.8k stars 75 forks source link

A problem was encountered while booting on a domestic cpu #436

Closed Dr-lau closed 6 months ago

Dr-lau commented 7 months ago

blacksheep.server.routing.RouteDuplicate: Cannot register route pattern /index for GET more than once. This pattern is already registered for handler index.

RobertoPrevato commented 7 months ago

Hi This happens if you are trying to register a request handler for HTTP GET /index more than once. If you provide reproduction steps I can tell something more.