-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Hi,
Sorry I have a newbie question that I thought it's best to ask here. I'm not sure if there is a Gitter or a channel where there are molecular fans?
Question 1) when using molecular typescript or this boilerplate code, how would you restrict an action to only GET or post ?
Question 2) or even how would you have same endpoint with different verbs?
GET /Defend
POST /Defend
UPDATE /Defend
DELETE /Defend
is this configured in the routes in the NAT or transporter? can we do it in the service itself ? (I can't see any option in the action decorator)
| public async Defend(ctx: Context<IPlanet.DefendInDto>): Promise<IPlanet.DefendOutDto> { |
Metadata
Metadata
Assignees
Labels
No labels
