mirror of
https://github.com/hubHarmony/servii-backend.git
synced 2024-11-17 21:40:31 +00:00
[+] FetchDirContent
This commit is contained in:
parent
a5d9ff716d
commit
b558b02711
2
app.py
2
app.py
@ -90,9 +90,9 @@ route_handlers = {
|
||||
'SetSubdomain': generic_executor.set_subdomain,
|
||||
'FetchServers': generic_executor.fetch_servers,
|
||||
'FetchLogs': generic_executor.fetch_logs,
|
||||
'FetchFilenames': generic_executor.fetch_players_status,
|
||||
'FetchHistory': generic_executor.fetch_history,
|
||||
'FetchPlayersStatus': generic_executor.fetch_players_status,
|
||||
'FetchDirContent': generic_executor.fetch_dir_content,
|
||||
'AccountCreate': generic_executor.account_create,
|
||||
'AccountDelete': generic_executor.account_delete,
|
||||
'ServerCreate': generic_executor.server_create,
|
||||
|
Loading…
Reference in New Issue
Block a user