Skip to content

Commit

Permalink
修改端口8082
Browse files Browse the repository at this point in the history
  • Loading branch information
heyz committed Jun 19, 2019
1 parent 1e7bc8d commit 020b23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkins.MVC/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static void Main(string[] args)

public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>
WebHost.CreateDefaultBuilder(args)
.UseUrls("http://localhost:8081")
.UseUrls("http://localhost:8082")
.UseStartup<Startup>();
}
}

0 comments on commit 020b23e

Please sign in to comment.