Skip to content

Frontend Backend Integration

Dmitrii Hromtsov edited this page Feb 27, 2023 · 4 revisions
Endpoint Backend Controller Frontend REST service
/api/register RegistrationController AuthService
/api/login AuthController AuthService
/api/user UserController UserService
/api/organization OrganizationController OrganizationService
/api/company CompanyController CompanyService
/api/supplier SupplierController SupplierService
/api/category CategoryController CategoryService
/api/option OptionController OptionService
/api/sysadm/user PrivelegedUserController UserService
/api/sysadm/organization PrivelegedOrganizationController SupplierService
/api/sysadm/company PrivelegedCompanyController CompanyService
/api/sysadm/supplier PrivelegedSupplierController OrganizationService
Clone this wiki locally