Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Undo accidental delete
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallWeihe committed Oct 1, 2024
1 parent 32280e3 commit 84d1d9e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class Offerings(private val offeringsRepository: data.Offerings) {
val offerings = offeringsRepository.getOfferings()
val responseBody = GetOfferingsResponseBody(offerings)

res.type("application/json")
return responseBody.toJsonString()
}
}

0 comments on commit 84d1d9e

Please sign in to comment.