-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersjavaPull requests that update Java codePull requests that update Java code
Description
Describe the Enhancement
The Java samples do not have a landing page similar to the Node.js samples.
Possible Solution
Add a controller to all the Java samples that will serve under the / endpoint below HTML page
Lines 7 to 15 in 2fedfba
| response.send(`<!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Powered By Paketo Buildpacks</title> | |
| </head> | |
| <body> | |
| <img style="display: block; margin-left: auto; margin-right: auto; width: 50%;" src="https://paketo.io/images/paketo-logo-full-color.png"></img> | |
| </body> | |
| </html>`); |
Motivation
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersjavaPull requests that update Java codePull requests that update Java code