it's working! even on twitter.

This commit is contained in:
fiatjaf
2023-05-10 23:05:31 -03:00
parent 48ed02dbd0
commit 00b824f98e
6 changed files with 52 additions and 8 deletions

View File

@@ -8,6 +8,7 @@ import (
func main() {
http.HandleFunc("/image/", generate)
http.HandleFunc("/proxy/", proxy)
http.HandleFunc("/", render)
port := os.Getenv("PORT")