Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed Jan 2, 2020
1 parent 502e93e commit dd2d574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/andromeda/araserver/Run.kt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ object Run {
// Static function, to be run on start.
@JvmStatic
fun main(args: Array<String>) {
val server = embeddedServer(Netty, 8080){
val server = embeddedServer(Netty, 80){
serverCode(this)
}
println(" Ara server is running and is available on your domain, IP, or http://localhost:8080/")
Expand Down

0 comments on commit dd2d574

Please sign in to comment.