mberry1989 / kontent-sample-app-conference-net

MIT License
0 stars 2 forks source link

Fixes empty response issue #1 #18

Closed matus-usiak closed 4 years ago

matus-usiak commented 4 years ago

Motivation

Fixes #1

Checklist

How to test

matus-usiak commented 4 years ago

weeeell..returning all items in the response (baseController line 30) has not gone too well ;/ it works fine for landing page (http://localhost:57555) but not for home (http://localhost:57555/Denver) then again it works for speakers (http://localhost:57555/Denver/Speakers) but not for the individual speaker (http://localhost:57555/Denver/Speakers/bo001)

so I'll try to address that in a new pull request