Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit b9be12e

Browse files
author
sowerstl
committed
Fix SiteMap.
1 parent f4d8cdf commit b9be12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gov/osti/services/GoogleSitemapService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public Response getSitemapList() {
7878
xml_string.append("<sitemap>");
7979
xml_string.append("<loc>")
8080
.append(SITE_URL)
81-
.append("/api/sitemap/xml/")
81+
.append("api/services/sitemap/xml/")
8282
.append(i + 1)
8383
.append("</loc>");
8484
xml_string.append("<lastmod>").append(moddedDate).append("</lastmod>");

0 commit comments

Comments
 (0)