Update FastAPI documentation (0.88.0)

pull/1898/head
Simon Legner 2 years ago
parent b2965ccd41
commit 90e04e29dc

@ -2,7 +2,7 @@ module Docs
class Fastapi < UrlScraper class Fastapi < UrlScraper
self.name = 'FastAPI' self.name = 'FastAPI'
self.type = 'fastapi' self.type = 'fastapi'
self.release = '0.86.0' self.release = '0.88.0'
self.base_url = 'https://fastapi.tiangolo.com/' self.base_url = 'https://fastapi.tiangolo.com/'
self.root_path = '/' self.root_path = '/'
self.links = { self.links = {

Loading…
Cancel
Save