Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

Commit bfe476d

Browse files
committed
Formatted document.
1 parent 7d2d48d commit bfe476d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WebServices/TodoREST/TodoREST/Constants.cs

100755100644
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
namespace TodoREST
44
{
5-
public static class Constants
6-
{
7-
// URL of REST service
5+
public static class Constants
6+
{
7+
// URL of REST service
88
public static string RestUrl = Device.RuntimePlatform == Device.Android ? "https://10.0.2.2:5001/api/todoitems/{0}" : "https://localhost:5001/api/todoitems/{0}";
99
}
1010
}

0 commit comments

Comments
 (0)