Skip to content

Move EE-only API endpoints mount to separate file

Dmytro Zaporozhets (DZ) requested to merge dz-ee-api-endpoints into master

What does this MR do?

Every time I add new EE API endpoint I have ee-specific-lines-check failure because I keep mounting those in CE file. This MR purpose is to mount all EE endpoints with a single line in CE and let the rest be done in ee dir

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Merge request reports