Commit fe9e16d29cbfb8a7dd0a2f56cb23be12dcd742a5
1 parent
144842fc
Remove API
Showing
2 changed files
with
1 additions
and
8 deletions
AIAHTML5.ADMIN.Web/src/app/app.routing.module.ts
... | ... | @@ -5,7 +5,6 @@ import { ChangeUserPassword } from './components/UserEntity/changeuserpassword.c |
5 | 5 | import { ChangeUserID } from './components/UserEntity/changeuserid.component'; |
6 | 6 | import { UsersList } from './components/UserEntity/users.component'; |
7 | 7 | import { ManageDiscountCode } from './components/ManageDiscountCode/managediscountcode.component'; |
8 | -//import { AuthGuard } from './authguard.service'; | |
9 | 8 | |
10 | 9 | const appRoutes: Routes = [ |
11 | 10 | //{ path: '', redirectTo:'updateuserprofile',pathMatch } | ... | ... |
AIAHTML5.ADMIN.sln
1 | 1 | |
2 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00 |
3 | 3 | # Visual Studio 15 |
4 | -VisualStudioVersion = 15.0.27004.2009 | |
4 | +VisualStudioVersion = 15.0.27130.0 | |
5 | 5 | MinimumVisualStudioVersion = 10.0.40219.1 |
6 | 6 | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AIAHTML5.ADMIN.Web", "AIAHTML5.ADMIN.Web\AIAHTML5.ADMIN.Web.csproj", "{F04EC4AB-7430-4A20-8015-17A3A54A4F9B}" |
7 | 7 | EndProject |
8 | -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AIAHTML5.ADMIN.API1", "AIAHTML5.ADMIN.API\AIAHTML5.ADMIN.API1.csproj", "{BDCC9D13-E1F7-494E-AAE3-F6E3D4D28FAD}" | |
9 | -EndProject | |
10 | 8 | Global |
11 | 9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
12 | 10 | Debug|Any CPU = Debug|Any CPU |
... | ... | @@ -17,10 +15,6 @@ Global |
17 | 15 | {F04EC4AB-7430-4A20-8015-17A3A54A4F9B}.Debug|Any CPU.Build.0 = Debug|Any CPU |
18 | 16 | {F04EC4AB-7430-4A20-8015-17A3A54A4F9B}.Release|Any CPU.ActiveCfg = Release|Any CPU |
19 | 17 | {F04EC4AB-7430-4A20-8015-17A3A54A4F9B}.Release|Any CPU.Build.0 = Release|Any CPU |
20 | - {BDCC9D13-E1F7-494E-AAE3-F6E3D4D28FAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | |
21 | - {BDCC9D13-E1F7-494E-AAE3-F6E3D4D28FAD}.Debug|Any CPU.Build.0 = Debug|Any CPU | |
22 | - {BDCC9D13-E1F7-494E-AAE3-F6E3D4D28FAD}.Release|Any CPU.ActiveCfg = Release|Any CPU | |
23 | - {BDCC9D13-E1F7-494E-AAE3-F6E3D4D28FAD}.Release|Any CPU.Build.0 = Release|Any CPU | |
24 | 18 | EndGlobalSection |
25 | 19 | GlobalSection(SolutionProperties) = preSolution |
26 | 20 | HideSolutionNode = FALSE | ... | ... |