1
0
Fork 0
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:
fr33domlover 2016-04-23 18:33:41 +00:00
parent 19471d4ca2
commit bf355de715
2 changed files with 25 additions and 20 deletions
src/Vervis/Handler

View file

@ -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