nhl-schedule/config/routes.yaml

7 lines
212 B
YAML

# yaml-language-server: $schema=../vendor/symfony/routing/Loader/schema/routing.schema.json
get_calendar:
path: /calendar
controller: App\Infrastructure\Controller\Calendar::getCalendar
methods: GET