When we create something we should also return a specific status code: 201 . Let's use that when we create posts: main.py from fastapi import FastAPI from ...
確定! 回上一頁