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

Commit

Permalink
making callbacks public... (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyoonie9 authored Apr 3, 2024
1 parent 309e5f9 commit 821cf76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class TbdexHttpServerConfig(
* @property config The configuration for the server, including port and optional APIs.
*/
class TbdexHttpServer(private val config: TbdexHttpServerConfig) {
internal val callbacks = Callbacks()
val callbacks = Callbacks()
private var embedded = embeddedServer(Netty, port = config.port) {
configure(this)
}
Expand Down

0 comments on commit 821cf76

Please sign in to comment.