Browse Source

Api import route updated

Torkel Ödegaard 11 năm trước cách đây
mục cha
commit
2daffe2a15
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      pkg/api/api.go

+ 1 - 0
pkg/api/api.go

@@ -28,6 +28,7 @@ func Register(r *macaron.Macaron) {
 	r.Get("/account/datasources/", reqSignedIn, Index)
 	r.Get("/account/collaborators/", reqSignedIn, Index)
 	r.Get("/account/apikeys/", reqSignedIn, Index)
+	r.Get("/account/import/", reqSignedIn, Index)
 	r.Get("/admin", reqSignedIn, Index)
 	r.Get("/dashboard/*", reqSignedIn, Index)