Skip to content

Commit 70cd62d

Browse files
Update routes
to add support for /license.xml
1 parent 436bae0 commit 70cd62d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

facia/conf/routes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ GET /_agentcontents
1313

1414
GET /humans.txt controllers.Assets.at(path="/public", file="humans.txt")
1515

16+
GET /license.xml controllers.Assets.at(path="/public", file="license.xml")
17+
1618
GET /.well-known/security.txt controllers.Assets.at(path="/public", file="security.txt")
1719
GET /.well-known/security.txt.asc controllers.Assets.at(path="/public", file="security.txt.asc")
1820

0 commit comments

Comments
 (0)