stackage-server/config/routes
2015-05-11 20:23:09 +03:00

57 lines
1.5 KiB
Plaintext

!/#LtsMajor/*Texts OldLtsMajorR GET
/static StaticR Static getStatic
/auth AuthR Auth getAuth
/reload WebsiteContentR GitRepo-WebsiteContent websiteContent
/favicon.ico FaviconR GET
/robots.txt RobotsR GET
/sitemap.xml SitemapR GET
/ HomeR GET
/snapshots AllSnapshotsR GET
/profile ProfileR GET PUT
/email/#EmailId EmailR DELETE
/reset-token ResetTokenR POST
/snapshot/#Text/*Texts OldSnapshotR GET
!/#SnapName SnapshotR:
/ StackageHomeR GET
/cabal.config StackageCabalConfigR GET
/00-index.tar.gz StackageIndexR GET
/package/#PackageNameVersion StackageSdistR GET
/packages SnapshotPackagesR GET
/docs DocsR GET
/hoogle HoogleR GET
/db.hoo HoogleDatabaseR GET
/build-plan BuildPlanR GET
/ghc-major-version GhcMajorVersionR GET
/system SystemR GET
/haddock/#SnapName/*Texts HaddockR GET
/package/#PackageName PackageR GET
/package/#PackageName/snapshots PackageSnapshotsR GET
/package PackageListR GET
/package/#PackageName/like PackageLikeR POST
/package/#PackageName/unlike PackageUnlikeR POST
/package/#PackageName/tag PackageTagR POST
/package/#PackageName/untag PackageUntagR POST
/tags TagListR GET
/tag/#Slug TagR GET
/banned-tags BannedTagsR GET PUT
/lts/*Texts OldLtsR GET
/nightly/*Texts OldNightlyR GET
/authors AuthorsR GET
/install InstallR GET
/older-releases OlderReleasesR GET
/build-version BuildVersionR GET
/download DownloadR GET
/download/snapshots.json DownloadSnapshotsJsonR GET
/download/lts-snapshots.json DownloadLtsSnapshotsJsonR GET
/download/#SupportedArch/#Text DownloadGhcLinksR GET