Skip to content

Commit

Permalink
[fix]フロントのAPIのパス修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubosaka committed Jul 4, 2024
1 parent d9f7ac6 commit ce9bdb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function PurchaseItemNumModal() {
useEffect(() => {
if (router.isReady) {
const getPurchaseOrderViewUrl =
process.env.CSR_API_URI + '/purchaseorders/details/' + String(selectedYear);
process.env.CSR_API_URI + '/purchaseorders/details/unregistered/' + String(selectedYear);
const getExpensesUrl = process.env.CSR_API_URI + '/expenses';

const getPurchaseOrderView = async (url: string) => {
Expand Down

0 comments on commit ce9bdb5

Please sign in to comment.