update service name
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "Service user",
|
"name": "service-user",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Purpose of this service is to provide authorization, roles, user activity and etc",
|
"description": "Purpose of this service is to provide authorization, roles, user activity and etc",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
import { Response } from 'express';
|
import { Response } from 'express';
|
||||||
import { ErrorType, ErrorValidation } from 'Entity';
|
import { ErrorType, ErrorValidation } from 'entity';
|
||||||
|
|
||||||
export class ReturnHelper {
|
export class ReturnHelper {
|
||||||
static successResponseAny(
|
static successResponseAny(
|
||||||
|
|||||||
Reference in New Issue
Block a user