Mercurial Hosting > nabble
comparison src/global/UrlMapperImpl.java @ 10:02b2fdfc07e2
ads.txt
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 29 Jul 2019 19:25:00 -0600 |
parents | 7ecd1a4ef557 |
children |
comparison
equal
deleted
inserted
replaced
9:f28caccdec82 | 10:02b2fdfc07e2 |
---|---|
34 } | 34 } |
35 | 35 |
36 if( path.equals("/sitemap.txt") ) | 36 if( path.equals("/sitemap.txt") ) |
37 return new UrlMapping( global.web.Sitemap.class, Collections.<String,String[]>emptyMap() ); | 37 return new UrlMapping( global.web.Sitemap.class, Collections.<String,String[]>emptyMap() ); |
38 | 38 |
39 if( path.equals("/ads.txt") ) | |
40 return new UrlMapping( global.web.Ads.class, Collections.<String,String[]>emptyMap() ); | |
41 | |
39 return null; | 42 return null; |
40 } | 43 } |
41 } | 44 } |