mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-05-05 11:50:04 -05:00
[server][api] Fix mkdir response
This commit is contained in:
@@ -34,5 +34,5 @@ func handleMkdirRequest(c *gin.Context) {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
c.JSON(200, r)
|
||||
c.JSON(200, createInfo(r.Info))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user