File tree 1 file changed +0
-20
lines changed
IdentityServer/v6/UserInteraction/ProfileService/Shared
1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 1
-
2
- < << << << TODO : Unmerged change from project 'SimpleApi', Before :
3
- namespace Client
4
- {
5
- public class Urls
6
- {
7
- public const string IdentityServer = "https://localhost:5001" ;
8
- public const string SampleApi = "https://localhost:5002/" ;
9
- }
10
- = == == ==
11
- // Copyright (c) Duende Software. All rights reserved.
12
- // Licensed under the MIT License. See LICENSE in the project root for license information.
13
-
14
- namespace Client ;
15
-
16
- public class Urls
17
- {
18
- public const string IdentityServer = "https://localhost:5001" ;
19
- public const string SampleApi = "https://localhost:5002/" ;
20
- > >>> >>> After
21
1
// Copyright (c) Duende Software. All rights reserved.
22
2
// Licensed under the MIT License. See LICENSE in the project root for license information.
23
3
You can’t perform that action at this time.
0 commit comments