Skip to content

Commit

Permalink
Reverted back to server.servlet.context-path=/sifgraph (has to do wit…
Browse files Browse the repository at this point in the history
…h nginx proxy_pass, also mentioned in readme, examples, etc.)
  • Loading branch information
IgorRodchenkov committed Mar 31, 2024
1 parent baecacc commit 36ef54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/config/application.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
server.port=8080
#server.servlet.context-path = /sifgraph
server.servlet.context-path = /sifgraph
#server.error.whitelabel.enabled = false
# * - enables all actuator endpoints (e.g. /actuator/info)
management.endpoints.web.exposure.include=health
Expand Down

0 comments on commit 36ef54c

Please sign in to comment.