Skip to content

Commit

Permalink
Merge pull request #112 from rafaelldi/FixTimePadController
Browse files Browse the repository at this point in the history
Поправил TimePad контроллер
  • Loading branch information
egorikas authored Nov 11, 2019
2 parents 447063b + 53b46c2 commit 00027ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DotNetRuServer/Controllers/TimePadController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public TimePadController(TimePadIntegrationService timePadService, IMeetupProvid
_meetupProvider = meetupProvider;
}

[HttpGet("[action]/{meetupId}")]
[HttpPost("[action]/{meetupId}")]
public async Task Create(string meetupId, CancellationToken ct)
{
var meetup = await _meetupProvider.GetMeetupOrDefaultExtendedAsync(meetupId);
Expand Down

0 comments on commit 00027ff

Please sign in to comment.