diff --git a/lib/common_app/post/applicant/data.rb b/lib/common_app/post/applicant/data.rb new file mode 100644 index 0000000..e7a2d66 --- /dev/null +++ b/lib/common_app/post/applicant/data.rb @@ -0,0 +1,11 @@ +module CommonApp + module Post + module Applicant + class Data < Base + def endpoint + "applicant/data" + end + end + end + end +end