mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +01:00
Fix naming"
This commit is contained in:
@@ -25,7 +25,7 @@ def app(environ, start_response):
|
||||
if environ["PATH_INFO"] == "/storage":
|
||||
return storage.app(environ, start_response)
|
||||
if environ["PATH_INFO"] == "/expiration":
|
||||
return retention_job.app(environ, start_response)
|
||||
return expiration.app(environ, start_response)
|
||||
start_response("404 Not Found", [])
|
||||
return [b"Page not found."]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user