update add_video route and change queue method
All checks were successful
Build Docker Image / build (push) Successful in 14m39s
All checks were successful
Build Docker Image / build (push) Successful in 14m39s
- change add to queue method from `GET` on `/` to `POST` on `/queue` - update `/add_video` route to accept single video url
This commit is contained in:
@@ -23,4 +23,4 @@ EXPOSE "${PORT_NUMBER}"
|
||||
RUN pip3 install --no-cache-dir -r requirements.txt
|
||||
|
||||
# Run server.py when the container launches
|
||||
CMD gunicorn --bind "${LISTEN_ADDRESS}":"${LISTEN_PORT}" run:app
|
||||
CMD gunicorn --bind ${LISTEN_ADDRESS}:${LISTEN_PORT} run:app
|
||||
|
||||
Reference in New Issue
Block a user