aboutsummaryrefslogtreecommitdiffstats
path: root/golang/restapi/configure_fatcat.go
diff options
context:
space:
mode:
Diffstat (limited to 'golang/restapi/configure_fatcat.go')
-rw-r--r--golang/restapi/configure_fatcat.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/golang/restapi/configure_fatcat.go b/golang/restapi/configure_fatcat.go
index 1b8d2e7c..418400fc 100644
--- a/golang/restapi/configure_fatcat.go
+++ b/golang/restapi/configure_fatcat.go
@@ -11,7 +11,7 @@ import (
middleware "github.com/go-openapi/runtime/middleware"
graceful "github.com/tylerb/graceful"
- "git.archive.org/bnewbold/fatcat/restapi/operations"
+ "git.archive.org/bnewbold/fatcat/golang/restapi/operations"
)
//go:generate swagger generate server --target .. --name Fatcat --spec ../fatcat-openapi2.yml