chore: use get for quickstart, plain logs for easy understanding (#1905)
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user