Skip to content

Commit 661d48d

Browse files
committed
Moved BaGet project
1 parent d223a3e commit 661d48d

14 files changed

+29
-2
lines changed

BaGet.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 15
44
VisualStudioVersion = 15.0.27130.2027
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BaGet", "BaGet.csproj", "{284366CB-C68F-473E-908A-50A382616AE0}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BaGet", "BaGet\BaGet.csproj", "{284366CB-C68F-473E-908A-50A382616AE0}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution

BaGet.csproj BaGet/BaGet.csproj

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Program.cs BaGet/Program.cs

File renamed without changes.

BaGet/Properties/launchSettings.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"iisSettings": {
3+
"windowsAuthentication": false,
4+
"anonymousAuthentication": true,
5+
"iisExpress": {
6+
"applicationUrl": "http://localhost:50557/",
7+
"sslPort": 0
8+
}
9+
},
10+
"profiles": {
11+
"IIS Express": {
12+
"commandName": "IISExpress",
13+
"launchBrowser": true,
14+
"environmentVariables": {
15+
"ASPNETCORE_ENVIRONMENT": "Development"
16+
}
17+
},
18+
"BaGet": {
19+
"commandName": "Project",
20+
"launchBrowser": true,
21+
"environmentVariables": {
22+
"ASPNETCORE_ENVIRONMENT": "Development"
23+
},
24+
"applicationUrl": "http://localhost:50561/"
25+
}
26+
}
27+
}

Startup.cs BaGet/Startup.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public void Configure(IApplicationBuilder app, IHostingEnvironment env)
7070
// Registration
7171
routes.MapRoute(
7272
"registration-index",
73-
"v3/registration/{id}.json",
73+
"v3/registration/{id}/index.json",
7474
defaults: new { controller = "RegistrationIndex", action = "Get" });
7575

7676
routes.MapRoute(
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)