This website works better with JavaScript
Home
Explore
Help
Sign In
ShariX_Testing
/
open-RESTful-API
Watch
11
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
server_rest_api
unstable
open-RESTful-AP...
/
run_api.bat
run_api.bat
75 B
Permalink
History
Raw
1
2
3
@echo off
%~dp0\rest_venv\Scripts\activate.bat && python %~dp0\api.py
pause