API Getway
Quick Start
Select the ENV
export ENV=compliance
swagger document can only start in local or compliance ENV
Compile
make install
Will generate APIGetway in the directory. If you encounter /bin/bash: swag: command not found, try the following method
- To go/bin directory
- type
PATH=$(go env GOPATH)/bin:$PATH
To start server, it should only execute the APIGetway like
./APIGetway
API
Swagger
After starting the server, the swagger document can see at https://mozixreality.ebg.tw/swagger/index.html
or https://localhost:55688/swagger/index.html