Skip to content

Instantly share code, notes, and snippets.

@aershov24
Created September 23, 2020 05:52
Show Gist options
  • Save aershov24/1020db7dfd4f45d741a064dace263379 to your computer and use it in GitHub Desktop.
Save aershov24/1020db7dfd4f45d741a064dace263379 to your computer and use it in GitHub Desktop.
Markdium-
public class TweetsController : Controller {
// GET: /Tweets/
[HttpGet]
public ActionResult Index() {
return Json(Twitter.GetTweets(), JsonRequestBehavior.AllowGet);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment