mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-05 18:34:52 +00:00

Each module now contains a struct.py file that will return all the URLs that it can generate (yes, this is a small break of the abstraction of url.py, but we've broken that elsewhere as well), and also which search-engine-weight (0.1-1.0) that this URL should be given.
4 lines
96 B
Python
4 lines
96 B
Python
def get_struct():
|
|
yield ('community/lists/', None)
|
|
yield ('community/lists/subscribe/', None)
|