Guest User

Untitled

a guest
Jan 23rd, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. export class AppUrls {
  2. static BASE_URL: string = "http://foo.bar.com";
  3.  
  4. /**
  5. * Methods:
  6. * GET
  7. * POST
  8. * body: {id: number, name:string}
  9. * etc.
  10. * etc.
  11. */
  12. static USERS: string = "/users"
  13. }
Add Comment
Please, Sign In to add comment