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 |
Tags
- vue mixin
- vite.config.js
- aws mariadb
- tiptap
- 프로필이미지캐싱
- mockserviceworker.js
- mock service worker
- aws db 생성
- store router
- tiptap custom command
- tiptap slash command
- spring 동적 스케줄러
- vue2.7
- msw
- tiptap 에디터
- vue composable
- 파이썬 경로추가
- vite
- vite이미지캐싱
- vue3
- vue3이미지캐싱
- python path
- spring dynamic scheduler
- pinia
- tiptap vue3
- springboot dynamic scheduler
- fastapi router
- fastapi 라우터
- branch 이름 변경
- threadpooltaskscheduler
Archives
- Today
- Total
목록FastAPI (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