diff options
| author | Fuwn <[email protected]> | 2021-01-29 13:24:13 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-01-29 13:24:13 -0800 |
| commit | 76bb1b9190bd8588c7f1501acff16dae7eaa498c (patch) | |
| tree | 473c6dea43d135550024f408dc5bf01b41f8b2af /src | |
| parent | :star: (diff) | |
| download | heroku-java-test-deploy-76bb1b9190bd8588c7f1501acff16dae7eaa498c.tar.xz heroku-java-test-deploy-76bb1b9190bd8588c7f1501acff16dae7eaa498c.zip | |
fix: change port
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 8b13789..9aa133b 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1 +1 @@ - +server.port=80 |