added swagger ui and implemented save, get, and stats api.

This commit is contained in:
2026-01-19 16:52:54 +05:30
parent 703c08022b
commit 91e55f925b
6 changed files with 78 additions and 21 deletions
@@ -1,23 +1,22 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
{
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "http://localhost:5078",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5078"
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "https://localhost:7203;http://localhost:5078",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7203;http://localhost:5078"
}
}
}
},
"$schema": "https://json.schemastore.org/launchsettings.json"
}