ew00github / HTTPCatClone

Recreation of http.cat
0 stars 0 forks source link

Save New Status Functionality Added #8

Closed ew00github closed 11 months ago

ew00github commented 11 months ago

Edited application.properties to allow a larger header size. Added a method, save(), to HttpStatusController that allows user to save a new status to the database. A method of the same name and functionality was added to the HttpStatusService class.