mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-10-31 13:59:08 +01:00 
			
		
		
		
	Removed unused me user endpoint
This commit is contained in:
		| @@ -121,11 +121,6 @@ def update_administrate_guild(guild_id): | |||||||
|         mentions_limit=db_guild.mentions_limit, |         mentions_limit=db_guild.mentions_limit, | ||||||
|     ) |     ) | ||||||
|  |  | ||||||
| @user.route('/me') |  | ||||||
| @discord_users_only() |  | ||||||
| def me(): |  | ||||||
|     return jsonify(user=get_current_authenticated_user()) |  | ||||||
|  |  | ||||||
| def prepare_guild_members_list(members, bans): | def prepare_guild_members_list(members, bans): | ||||||
|     all_users = [] |     all_users = [] | ||||||
|     ip_pool = [] |     ip_pool = [] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user