feat: initial commit
This commit is contained in:
7
internal/http/handler/webui/issue/issue_page.go
Normal file
7
internal/http/handler/webui/issue/issue_page.go
Normal file
@ -0,0 +1,7 @@
|
||||
package issue
|
||||
|
||||
import "net/http"
|
||||
|
||||
func (h *Handler) getIssuePage(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
}
|
Reference in New Issue
Block a user