MCPcopy Create free account
hub / github.com/internetarchive/openlibrary / GET

Method GET

openlibrary/admin/code.py:25–26  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

23 path = "(/(?:images|js|css)/.*)"
24
25 def GET(self, path):
26 raise web.seeother("/static/upstream" + path)
27
28
29def setup():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected