Compare commits

...

2 Commits

Author SHA1 Message Date
etudiant 7d3fee1864 modif2
continuous-integration/drone/push Build is passing Details
2 years ago
etudiant 3d18e57c86 modif
continuous-integration/drone/push Build is passing Details
2 years ago

File diff suppressed because one or more lines are too long

@ -1,14 +1,22 @@
{ {
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:51530",
"sslPort": 44598
}
},
"profiles": { "profiles": {
"Minecraft.Crafting.Api": { "Minecraft.Crafting.Api": {
"commandName": "Project", "commandName": "Project",
"launchBrowser": true, "launchBrowser": true,
"launchUrl": "swagger", "launchUrl": "swagger",
"applicationUrl": "https://localhost:7234;http://localhost:5234",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"
}, }
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7234;http://localhost:5234"
}, },
"IIS Express": { "IIS Express": {
"commandName": "IISExpress", "commandName": "IISExpress",
@ -22,17 +30,7 @@
"commandName": "Docker", "commandName": "Docker",
"launchBrowser": true, "launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger", "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
"publishAllPorts": true, "environmentVariables": {}
"useSSL": true
}
},
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:51530",
"sslPort": 44598
} }
} }
} }

@ -0,0 +1,11 @@
using System;
namespace TP_Blazor.Components
{
public class PersonList
{
public PersonList()
{
}
}
}
Loading…
Cancel
Save