Skip to content

Commit b845b38

Browse files
authored
fix: update API endpoint URLs in startup script (MemMachine#803)
1 parent 229f6d9 commit b845b38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

memmachine-compose.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -760,8 +760,8 @@ show_service_info() {
760760
echo "Service URLs:"
761761
echo " 📊 MemMachine API: http://localhost:${MEMORY_SERVER_PORT:-8080}"
762762
echo " 🗄️ Neo4j Browser: http://localhost:${NEO4J_HTTP_PORT:-7474}"
763-
echo " 📈 Health Check: http://localhost:${MEMORY_SERVER_PORT:-8080}/health"
764-
echo " 📊 Metrics: http://localhost:${MEMORY_SERVER_PORT:-8080}/metrics"
763+
echo " 📈 Health Check: http://localhost:${MEMORY_SERVER_PORT:-8080}/api/v2/health"
764+
echo " 📊 Metrics: http://localhost:${MEMORY_SERVER_PORT:-8080}/api/v2/metrics"
765765
echo ""
766766
echo "Database Access:"
767767
echo " 🐘 PostgreSQL: localhost:${POSTGRES_PORT:-5432} (user: ${POSTGRES_USER:-memmachine}, db: ${POSTGRES_DB:-memmachine})"

0 commit comments

Comments
 (0)