Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. using System; using System.Collections.Generic; using System.Linq;
  2. using System.Web; using Nancy; using System.Text;
  3.  
  4. namespace SinglePageApp1 {
  5. public class BloodPresureNancy : NancyModule
  6. {
  7. public BloodPresureNancy()
  8. {
  9.  
  10. // Get dasn't work
  11. Get["/"] = _ => "Heloooo";
  12. }
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement