update
This commit is contained in:
@@ -8,7 +8,7 @@ import * as dotenv from 'dotenv';
|
||||
dotenv.config();
|
||||
async function bootstrap() {
|
||||
const app = await NestFactory.create(AppModule);
|
||||
app.setGlobalPrefix('server');
|
||||
// app.setGlobalPrefix('server');
|
||||
app.useGlobalPipes(new ValidationPipe({}));
|
||||
// Swagger setup
|
||||
const config = new DocumentBuilder()
|
||||
|
||||
Reference in New Issue
Block a user