Skip to content

Commit

Permalink
unblocked port (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dspil authored Feb 14, 2024
1 parent 69b0a2d commit eec8dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/viper/silver/utility/ProgramSubmitter.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import viper.silver.frontend.{SilFrontend}
trait ProgramSubmitter {

/** Protocol, IP address and port of server hosting the viper-data-collection API */
val API_HOST = "http://129.132.31.71:51934"
val API_HOST = "http://129.132.31.71:10000"

/** Whether program will be submitted to database */
protected def allowSubmission: Boolean
Expand Down

0 comments on commit eec8dd0

Please sign in to comment.