We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e811ed commit d44fcfcCopy full SHA for d44fcfc
router/router.go
@@ -28,7 +28,7 @@ func Routes(server *f.Server) {
28
08:31 <@yawnt> "I HEARD THE PERFECT API HAS 3 ENDPOINTS"
29
08:31 <@yawnt> "FUCK WE GOT 2, ADD ONE"
30
*/
31
- server.Get("/v1/images/:id/checksum", auth.Secure(images.PutChecksum))
+ server.Put("/v1/images/:id/checksum", auth.Secure(images.PutChecksum))
32
33
server.Get("/v1/repositories/:namespace/:repo/tags", auth.Secure(repositories.GetTags))
34
server.Get("/v1/repositories/:namespace/:repo/tags/:tag", auth.Secure(repositories.GetTag))
0 commit comments