Skip to content
Snippets Groups Projects
Commit 887ff41c authored by Sylvain Lagrue's avatar Sylvain Lagrue
Browse files

Update launch-rcagt.go (port 8000 -> 8080)

parent 8bc214dc
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ import (
)
func main() {
ag := restclientagent.NewRestClientAgent("id1", "http://localhost:8000", "+", 11, 1)
ag := restclientagent.NewRestClientAgent("id1", "http://localhost:8080", "+", 11, 1)
ag.Start()
fmt.Scanln()
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment