Created
August 21, 2012 14:22
-
-
Save ktoso/3415939 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
object ShowcardImageUploadHandler extends RestHelper with Logger { | |
val uploadUrl = "upload-showcard" | |
lazy val roviImageTagShowUpdater = new RoviImageTagShowUpdater(new YapProgramMasterDetector) | |
lazy val persister = new ShowcardProcessor(LiftedConfig.is, LiftedConfig.is.roviAssetsAwsBucket, roviImageTagShowUpdater) | |
serve { | |
case ShowcardImageUploadHandler.uploadUrl :: Nil Post req => { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment