Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 99eef13

Browse files
committed
Updated server, changed path again.
1 parent d206544 commit 99eef13

File tree

1 file changed

+1
-1
lines changed
  • src/main/scala/org/codeoverflow/chatoverflow/ui/web

1 file changed

+1
-1
lines changed

src/main/scala/org/codeoverflow/chatoverflow/ui/web/Server.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Server(val chatOverflow: ChatOverflow, val port: Int) extends WithLogger {
3030
new Thread(() => startServer()).start()
3131

3232
println(s"You may open now: http://petstore.swagger.io/?url=http://localhost:$port/api-docs/swagger.json")
33-
println("Or try out the new gui: http://localhost:4200")
33+
println(s"Or try out the new gui: http://localhost:$port")
3434
}
3535

3636
private def startServer(): Unit = {

0 commit comments

Comments
 (0)