Skip to content

Latest commit

 

History

History

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Installation

  1. go get github.com/rakyll/statik

Steps to follow

  1. cd maticnetwork/heimdall/server
  2. Update swagger.yaml file inside swagger-ui directory
  3. cd maticnetwork/heimdall/server && statik -src=./swagger-ui
  4. cd maticnetwork/heimdall && make build
  5. cd maticnetwork/heimdall && make run-server

Visit http://localhost:1317/swagger-ui/

Reference