fastapi-html icon indicating copy to clipboard operation
fastapi-html copied to clipboard

Didn't Work

Open kwmartin opened this issue 1 year ago • 0 comments

In browser

{"detail":"Not Found"}

and terminal

> poetry run uvicorn src.html:app --reload
INFO:     Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
INFO:     Started reloader process [504761] using statreload
INFO:     Started server process [504767]
INFO:     Waiting for application startup.
INFO:     Application startup complete.
INFO:     127.0.0.1:40230 - "GET /form. HTTP/1.1" 404 Not Found
INFO:     127.0.0.1:40230 - "GET /favicon.ico HTTP/1.1" 404 Not Found
INFO:     127.0.0.1:40236 - "GET /form. HTTP/1.1" 404 Not Found
^RINFO:     Shutting down
INFO:     Finished server process [504767]
INFO:     Stopping reloader process [504761]

kwmartin avatar Feb 12 '24 09:02 kwmartin