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 24, 2020
1 parent 33e6913 commit 458ea08
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 @@ -21,7 +21,7 @@ import opennlp.tools.parser.ParserModel
import java.io.IOException
import java.net.URL

public object Run : NanoHTTPD(8080) {
public object Run : NanoHTTPD(80) {
private var keyWord: KeyWord? = null
private var model: ParserModel? = null
private var parser: Parser? = null
Expand Down

0 comments on commit 458ea08

Please sign in to comment.