mirror of
https://github.com/google/blockly.git
synced 2026-05-01 17:40:11 +02:00
Fix naming"
This commit is contained in:
+1
-1
@@ -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