Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
apps/api/src/app/sitemap/sitemap.controller.ts
|
@ -10,7 +10,7 @@ import { Controller, Get, Res, VERSION_NEUTRAL, Version } from '@nestjs/common'; |
|
|
import { format } from 'date-fns'; |
|
|
import { format } from 'date-fns'; |
|
|
import { Response } from 'express'; |
|
|
import { Response } from 'express'; |
|
|
|
|
|
|
|
|
@Controller('/sitemap.xml') |
|
|
@Controller('sitemap.xml') |
|
|
export class SitemapController { |
|
|
export class SitemapController { |
|
|
public sitemapXml = ''; |
|
|
public sitemapXml = ''; |
|
|
|
|
|
|
|
|