Sha256: 9e6ae355b744a8f5177f98e793042012fa3017e4ae0575a991c671e7476a43a5
Contents?: true
Size: 361 Bytes
Versions: 22
Compression:
Stored size: 361 Bytes
Contents
module Spider class SpiderController < Controller include HTTPMixin include StaticContent def self.pub_path $SPIDER_PATH+'/public' end def self.pub_url HTTPMixin.reverse_proxy_mapping('/spider/public') end end end
Version data entries
22 entries across 22 versions & 1 rubygems