Skip to content

Draft: chore(handlers): implement gitlab v1 route in chi

Hayley Swimelar requested to merge 866/v1-base into master

Related to: #866

This MR implements the GitLab v1 base route in chi, but does not use it to serve requests.

This primarily demonstrates the general framework for adding a chi route to the metarouter and explores a testing option to test that the proper router is being used for a given request.

Edited by Hayley Swimelar

Merge request reports