Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erdem ÖZTEKİN committed Jan 14, 2024
1 parent a8ad5cf commit 0f15830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CurrentTimeService/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
app.UseHttpsRedirection();

// GET UTC TIME
app.MapGet("time/utc", () => Results.Ok(DateTime.UtcNow.Day));
app.MapGet("time/utc", () => Results.Ok(DateTime.UtcNow));

await app.RunAsync();

0 comments on commit 0f15830

Please sign in to comment.