Altinn / app-localtest

Solution for testing apps locally on your own machine
8 stars 14 forks source link

Add HTTP attributes to actions in HomeController #63

Closed chrrust closed 10 months ago

chrrust commented 10 months ago

Description

HTTP attributes were missing for actions GetTestUserToken and GetTestOrgToken making them unusable. This PR annotates the actions with HttpGet attribute with a binding to the input parameter so that they can be used again.

Verification

Documentation