Skip to content

Nordicwebteamvue/vsf-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vsf-proxy

Installation

yarn add @kodbruket/vsf-proxy
"registeredExtensions": [
  ...,
  "@kodbruket/vsf-proxy"
],
"extensions": {
  ...
  "proxy": {
    "example": {
      "secret": "__SECRET_CHANGE_ME__",
      "urls": [
        "http://localhost:8080/api/ext/@kodbruket/vsf-proxy/test",
        "http://localhost:8080/api/ext/@kodbruket/vsf-proxy/test2"
      ]
    }
  }
}

would be triggered with this URL: http://localhost:8080/api/ext/@kodbruket/vsf-proxy/hook/example?secret=__SECRET_CHANGE_ME__

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published