try to fix shiii x2
This commit is contained in:
parent
3d9686a1e7
commit
3847ec699e
|
|
@ -5,8 +5,6 @@ import { AppModule } from './app.module';
|
||||||
async function bootstrap() {
|
async function bootstrap() {
|
||||||
const app = await NestFactory.create(AppModule);
|
const app = await NestFactory.create(AppModule);
|
||||||
|
|
||||||
app.setGlobalPrefix('api');
|
|
||||||
|
|
||||||
const config = new DocumentBuilder()
|
const config = new DocumentBuilder()
|
||||||
.setTitle('Travelmarine backend')
|
.setTitle('Travelmarine backend')
|
||||||
.setDescription('Backend API for Travelmarine service')
|
.setDescription('Backend API for Travelmarine service')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue