We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0e06a commit 956d69dCopy full SHA for 956d69d
1 file changed
README.md
@@ -148,7 +148,7 @@ kubectl get pods -n microforge-dev-ns
148
149
### **Authentication Service (Go - Port 8082)**
150
```http
151
-GET /api/health # Health check
+GET /api/auth/health # Health check
152
POST /api/validate # JWT token validation
153
GET /api/verify/:token # Token verification
154
GET /api/protected/profile # Protected user profile
@@ -164,7 +164,7 @@ GET /api/users # User management
164
165
### **Metadata Service (Python - Port 8084)**
166
167
+GET /api/metadata/health # Health check
168
GET /api/metadata/instance # System instance metadata
169
GET /api/metadata/deployment # Deployment information
170
POST /api/stress/start # Performance stress testing
0 commit comments