You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
createApi를 쓰는 기본적인 방법은 slice 처럼 각각을 새로운 slice로 만드는 방식이 아닌, 동일한 베이스 주소에 대해서 endpoint를 injectEndpoint 와 같은 함수를 통해 주입하여 모든 api 쿼리가 결론적으로 하나의 slice 안에 있어야 합니다.
마치 저희가 configStore.ts에서 다른 slice들을 묶어 하나의 store로 내보내는 것처럼요.
결과물 제출 이후에 제가 이 부분에 대한 수정을 하면서 첫 페이지 /version_info api를 적용하면 될 것 같습니다.
고생 많으셨습니다.
The text was updated successfully, but these errors were encountered:
createApi
를 쓰는 기본적인 방법은 slice 처럼 각각을 새로운 slice로 만드는 방식이 아닌, 동일한 베이스 주소에 대해서 endpoint를injectEndpoint
와 같은 함수를 통해 주입하여 모든 api 쿼리가 결론적으로 하나의 slice 안에 있어야 합니다.마치 저희가 configStore.ts에서 다른 slice들을 묶어 하나의 store로 내보내는 것처럼요.
결과물 제출 이후에 제가 이 부분에 대한 수정을 하면서 첫 페이지
/version_info
api를 적용하면 될 것 같습니다.고생 많으셨습니다.
The text was updated successfully, but these errors were encountered: