Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- threadpooltaskscheduler
- mock service worker
- aws db 생성
- spring 동적 스케줄러
- tiptap 에디터
- aws mariadb
- branch 이름 변경
- pinia
- vite
- tiptap slash command
- vue mixin
- vite.config.js
- springboot dynamic scheduler
- tiptap
- vue3
- msw
- mockserviceworker.js
- python path
- vite이미지캐싱
- store router
- vue composable
- vue2.7
- 프로필이미지캐싱
- vue3이미지캐싱
- tiptap vue3
- fastapi 라우터
- tiptap custom command
- 파이썬 경로추가
- spring dynamic scheduler
- fastapi router
Archives
- Today
- Total
목록fastapi router (1)
gomstory
FastAPI router 적용
ip:port기존에는 위와 같은 형식으로 FastAPI를 띄우고 있었는데, 같은 도메인으로 여러 API를 호출해야 하는 상황이 생겼다.이참에 프로젝트를 하나로 합치며 FastAPI router에 대해 알아보게 됐다. APIRouter class - FastAPIFastAPI framework, high performance, easy to learn, fast to code, ready for productionfastapi.tiangolo.com 프로젝트 구조 및 구현app└── modules└── routers └── example.py└── services└── main.py'''example.py'''from fastapi import APIRouter, WebSocket'''router 설정..
Python
2024. 8. 22. 15:34