events initated first endpoint tested
This commit is contained in:
14
Events/AllEvents/events/account/info.py
Normal file
14
Events/AllEvents/events/account/info.py
Normal file
@@ -0,0 +1,14 @@
|
||||
from Events.Engine.abstract_class import PageInfo
|
||||
|
||||
|
||||
account_page_info = PageInfo(
|
||||
name="Accounts",
|
||||
title={"en": "Account Records", "tr": "Hesap Kayıtları"},
|
||||
description={
|
||||
"en": "Account Records for reaching user all types account information",
|
||||
"tr": "Kullanıcı tüm hesap bilgilerine ulaşmak için Hesap Kayıtları"
|
||||
},
|
||||
icon="",
|
||||
parent="",
|
||||
url="",
|
||||
)
|
||||
Reference in New Issue
Block a user