Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 259 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 259 Bytes

Sabotenism

targoyle.github.io

API localtest

localtest.sh

pip install uvicorn

#!/bin/bash

# Vercel
# export APP_PATH="/var/task/app"
export APP_PATH="/local/hoge/fuga/app"

uvicorn app.main:app --reload