Nessuna descrizione

run.sh 79B

12345
  1. #!/bin/sh
  2. export FLASK_APP=articles_api
  3. export FLASK_ENV=development
  4. flask run