Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. http://localhost:7000/api/document/identifier
  2.  
  3. http://localhost:7000/api/document/identifier/$populate
  4.  
  5. http://localhost:7000/api/?identifier=urn:portal%7Cidentifier
  6.  
  7. location ~ ^/api/document/(.*)/$populate$ {
  8. alias ./populate-mock/$1.json;
  9. }
  10.  
  11. location ~ ^/api/document/(.*)$ {
  12. alias ./mock/$1.json;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement