Skip to content

gcsns/gc-doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GC-Router

GC Logger that adds a documentation route automatically

Installation

$ npm install @gamechange/gc-doc

Breaking changes in major version update 4.0.0

Access-Control-Allow-Originwas being set to '*'. Now by default it will not set. it will be set to the value being passed asallowedOriginparameter ofRouter.initialize` function.