Skip to content

Targoyle/targoyle.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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