mirror of
https://code.sup39.dev/repos/Wqawg
synced 2025-03-20 04:46:22 +09:00
Dummy git upload-pack request POST handler
This commit is contained in:
parent
19471d4ca2
commit
bf355de715
2 changed files with 25 additions and 20 deletions
src/Vervis/Handler
|
@ -15,6 +15,7 @@
|
|||
|
||||
module Vervis.Handler.Git
|
||||
( getGitRefDiscoverR
|
||||
, postGitUploadRequestR
|
||||
)
|
||||
where
|
||||
|
||||
|
@ -53,3 +54,6 @@ getGitRefDiscoverR sharer repo = do
|
|||
else permissionDenied "Service not supported"
|
||||
_ -> notFound
|
||||
else notFound
|
||||
|
||||
postGitUploadRequestR :: Text -> Text -> Handler Text
|
||||
postGitUploadRequestR sharer repo = notFound
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue