mirror of
https://github.com/marcus-alicia/iRedAdmin-Pro-SQL.git
synced 2026-05-26 07:08:10 +00:00
13 lines
430 B
Python
13 lines
430 B
Python
# Author: Zhang Huangbin <zhb@iredmail.org>
|
|
|
|
# fmt: off
|
|
urls = [
|
|
'/expired', 'controllers.utils.Expired',
|
|
'/system', 'controllers.panel.log.Log',
|
|
'/system/settings', 'controllers.panel.sys_settings.Settings',
|
|
'/system/license', 'controllers.panel.log.License',
|
|
'/activities/admins', 'controllers.panel.log.Log',
|
|
'/verify/domain_ownership', 'controllers.panel.domain_ownership.VerifyOwnership',
|
|
]
|
|
# fmt: on
|