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