- Changed namespaces for controllers to better organize API components. - Updated base class for controllers to `BaseController` with standard routing. - Simplified method signatures by removing `id` parameters in entity creation methods. - Introduced new `CreateAsync` methods in service and repository layers. - Removed dependencies on `font-awesome` and `ionicons` from package files. - Migrated UI components to Material-UI, enhancing consistency and design. - Refactored `ForgotPasswordModal` to use Material-UI's `Dialog`. - Implemented `yup` validation in form components for stricter checks. - Cleaned up unused styles in CSS files for a cleaner codebase. - Updated interfaces to require `id` property for stricter type checks. - Improved error handling and user feedback in the `Login` component. - Added action buttons for adding and refreshing data in various components.
12 lines
342 B
HTTP
12 lines
342 B
HTTP
@Surge365.MassEmailReact.API_HostAddress = http://localhost:5065/api
|
|
@Surge365.MassEmailReact.UATServer_HostAddress = https://uat.massemail2.surge365.com/api
|
|
|
|
GET {{Surge365.MassEmailReact.API_HostAddress}}/servers/
|
|
Accept: application/json
|
|
###
|
|
|
|
GET {{Surge365.MassEmailReact.UATServer_HostAddress}}/servers/get
|
|
Accept: application/json
|
|
|
|
###
|