Merge branch 'release/v1.20.0' into jen/resolveconflict

This commit is contained in:
Jennifer Wang
2023-01-13 21:50:57 -05:00
17 changed files with 149 additions and 243 deletions
-1
View File
@@ -107,7 +107,6 @@ func FullNodeHandler(a v1api.FullNode, permissioned bool, opts ...jsonrpc.Server
Next: handleImportFunc,
}
m.Handle("/rest/v0/import", importAH)
exportAH := &auth.Handler{
Verify: a.AuthVerify,
Next: handleExportFunc,