fix: more work

This commit is contained in:
orion 2023-11-27 11:11:13 -06:00
parent 6e6792a130
commit 23fe327280
Signed by: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -1,3 +1,8 @@
-- GET /orgs/{org}/repos
-- GET /repos/{owner}/{repo}/topics
-- PUT /repos/{owner}/{repo}/topics/{topic}
-- DELETE /repos/{owner}/{repo}/topics/{topic}
module Gitea.Repo where
import Prelude hiding ((/))