Browse Source

Clean up (#2210)

pull/2213/head
Thomas Kaul 2 years ago
committed by GitHub
parent
commit
7a905fde63
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/api/src/app/sitemap/sitemap.controller.ts

2
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 { Response } from 'express';
@Controller('/sitemap.xml')
@Controller('sitemap.xml')
export class SitemapController {
public sitemapXml = '';

Loading…
Cancel
Save