Skip to content

Commit 3ff2734

Browse files
committed
fix base path in swagger
1 parent b2f2b2a commit 3ff2734

File tree

5 files changed

+184
-365
lines changed

5 files changed

+184
-365
lines changed

node-registrar/cmds/main.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ var (
3131
version string
3232
)
3333

34+
// @title Node Registrar API
35+
// @version 1.0
36+
// @description API for managing TFGrid node registration
37+
// @BasePath /api/v1
38+
3439
func main() {
3540
if err := Run(); err != nil {
3641
log.Fatal().Err(err).Send()

0 commit comments

Comments
 (0)