Fix: remove alias update endpoint

This commit is contained in:
2025-12-07 21:28:36 +08:00
parent 203a787063
commit 7d0a475558
4 changed files with 0 additions and 39 deletions

View File

@@ -19,13 +19,6 @@ const docTemplate = `{
"host": "{{.Host}}",
"basePath": "{{.BasePath}}",
"paths": {
"/api/alias-update": {
"get": {
"description": "get update notification using websocket",
"summary": "Get notification when alias update",
"responses": {}
}
},
"/api/alias/{id}": {
"delete": {
"description": "delete alias along with the links",