Skip to content

Commit 18a320a

Browse files
authored
Duplicate root replaced (#1664)
Testing this on dev I realized it is adding the /cwms-data root again. Forgot we are using a different router on CDA.
1 parent d67a059 commit 18a320a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cda-gui/src/links/header-links.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default [
1717
{
1818
id: "swagger-schema",
1919
text: "Swagger Docs Schema",
20-
href: "/cwms-data/swagger-docs",
20+
href: "/swagger-docs",
2121
},
2222
],
2323
},

0 commit comments

Comments
 (0)