From 87d550608599db9a8f6e25c6402cf83a5fa9e7c4 Mon Sep 17 00:00:00 2001 From: Paul Pan Date: Fri, 11 Aug 2023 15:39:15 +0800 Subject: [PATCH] chore: add missing handler --- internal/api/problem/handler.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/api/problem/handler.go b/internal/api/problem/handler.go index af91ec6..797b1b1 100644 --- a/internal/api/problem/handler.go +++ b/internal/api/problem/handler.go @@ -18,6 +18,7 @@ type Handler interface { Search(c *gin.Context) Update(c *gin.Context) Upload(c *gin.Context) + CreateVersion(c *gin.Context) } type handler struct {