chore: use get for quickstart, plain logs for easy understanding (#1905)

This commit is contained in:
Kevin Wan
2022-05-14 17:01:37 +08:00
committed by GitHub
parent 5d09cd0e7c
commit 7b82eda993
5 changed files with 12 additions and 9 deletions

View File

@@ -74,6 +74,6 @@ func (m mono) start() {
goModTidy(projectDir)
}
log.Debug(">> Ready to start an API server...")
log.Debug(">> Run 'curl -X POST http://127.0.0.1:8888/ping' after service startup...")
log.Debug(">> Run 'curl http://127.0.0.1:8888/ping' after service startup...")
goStart(apiWorkDir)
}