Skip to content

Commit f602638

Browse files
committed
Change reports webserver port to 3001.
1 parent a79a85b commit f602638

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,4 @@ web server and the job queue, which serves the test app and coverage/brakeman r
157157

158158
- Test App: [http://127.0.0.1:3000](http://127.0.0.1:3000)
159159
- Test App API: [http://127.0.0.1:3000/api](http://127.0.0.1:3000/api)
160-
- Reports: [http://127.0.0.1:8000](http://127.0.0.1:8000)
160+
- Reports: [http://127.0.0.1:3001](http://127.0.0.1:3001)

bin/reports_server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
require "webrick"
44

5-
WEBrick::HTTPServer.new(Port: 8000, DocumentRoot: "./reports").start
5+
WEBrick::HTTPServer.new(Port: 3001, DocumentRoot: "./reports").start

0 commit comments

Comments
 (0)