Skip to content

Posts microservice in NodeJs that comunicate with Auth and Crossroads

Notifications You must be signed in to change notification settings

pedrosoares/Posts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Router File

Add "create_post" to permission table.

[
  {
    "domain": "http://localhost:3000",
    "uri": "/posts",
    "method": "get",
    "permission": []
  },{
    "domain": "http://localhost:3000",
    "uri": "/posts",
    "method": "post",
    "permission": [
        "create_post"
    ]
  }
]

About

Posts microservice in NodeJs that comunicate with Auth and Crossroads

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published