瀏覽代碼

Api import route updated

Torkel Ödegaard 11 年之前
父節點
當前提交
2daffe2a15
共有 1 個文件被更改,包括 1 次插入0 次删除
  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)