Ejemplo n.º 1
0
        public async Task <ActionResult <Profile> > Profile()
        {
            var profile = await _torrents.GetProfile();

            return(Ok(profile));
        }