added web testbench to main apps
This commit is contained in:
9
web_testbench.py
Normal file
9
web_testbench.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from tools.web_testbench.app import app
|
||||
import uvicorn
|
||||
|
||||
def main():
|
||||
uvicorn.run("web_testbench:app", host="0.0.0.0", port=80)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user