Skip to content

Commit

Permalink
Merge branch 'main' into B-18645-Move-grade-to-Orders-From-Allowances…
Browse files Browse the repository at this point in the history
…-MAIN
  • Loading branch information
traskowskycaci authored Feb 21, 2024
2 parents 1e5fabd + 7fd5ae0 commit c83d3b6
Show file tree
Hide file tree
Showing 32 changed files with 2,381 additions and 87 deletions.
4 changes: 2 additions & 2 deletions pkg/gen/primeapi/embedded_spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion pkg/gen/primeclient/mto_shipment/mto_shipment_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions pkg/gen/primev2api/configure_mymove.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ func configureAPI(api *primev2operations.MymoveAPI) http.Handler {
return middleware.NotImplemented("operation move_task_order.GetMoveTaskOrder has not yet been implemented")
})
}
if api.MtoShipmentUpdateMTOShipmentHandler == nil {
api.MtoShipmentUpdateMTOShipmentHandler = mto_shipment.UpdateMTOShipmentHandlerFunc(func(params mto_shipment.UpdateMTOShipmentParams) middleware.Responder {
return middleware.NotImplemented("operation mto_shipment.UpdateMTOShipment has not yet been implemented")
})
}

api.PreServerShutdown = func() {}

Expand Down
Loading

0 comments on commit c83d3b6

Please sign in to comment.