Add API endpoint to kill process and update README

This commit is contained in:
Din VM
2025-01-25 12:58:13 +08:00
parent a2ea577efb
commit e19e1e0137
20 changed files with 72 additions and 10 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -9,7 +9,7 @@
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:5000"
"Url": "http://*:5000"
}
}
}
@@ -9,7 +9,7 @@
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:5000"
"Url": "http://*:5000"
}
}
}
@@ -9,7 +9,7 @@
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:5000"
"Url": "http://*:5000"
}
}
}
@@ -9,7 +9,7 @@
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://*:5000"
"Url": "http://localhost:5000"
}
}
}
@@ -9,7 +9,7 @@
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://*:5000"
"Url": "http://localhost:5000"
}
}
}
@@ -9,7 +9,7 @@
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://*:5000"
"Url": "http://localhost:5000"
}
}
}