mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[REM] tools: remove benchmarks/debug script
They are either no longer relevant, or less useful than some alternatives (such as the js framework benchmark project)
This commit is contained in:
committed by
Aaron Bohy
parent
a45ca98dac
commit
eb2c41aa91
+1
-1
@@ -6,7 +6,7 @@ from http.server import SimpleHTTPRequestHandler, HTTPServer
|
||||
|
||||
HOST = '127.0.0.1'
|
||||
PORT = 8000
|
||||
URL = 'http://{0}:{1}/tools'.format(HOST, PORT)
|
||||
URL = 'http://{0}:{1}/tools/playground'.format(HOST, PORT)
|
||||
|
||||
|
||||
# We define our own handler here to remap owl.js GET requests to the Owl build
|
||||
|
||||
Reference in New Issue
Block a user