Skip to content

Commit

Permalink
fix internal server error on macos client
Browse files Browse the repository at this point in the history
Add stub OServiceSetPrivacyFlags route to odir service.
  • Loading branch information
mk6i committed Sep 26, 2024
1 parent fac5e74 commit c9edc69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/oscar/handler/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ func NewODirRouter(h Handlers) oscar.Router {
router.Register(wire.OService, wire.OServiceClientVersions, h.OServiceHandler.ClientVersions)
router.Register(wire.OService, wire.OServiceRateParamsQuery, h.OServiceHandler.RateParamsQuery)
router.Register(wire.OService, wire.OServiceRateParamsSubAdd, h.OServiceHandler.RateParamsSubAdd)
router.Register(wire.OService, wire.OServiceSetPrivacyFlags, h.OServiceHandler.SetPrivacyFlags)

return router
}

0 comments on commit c9edc69

Please sign in to comment.