Rename Module

This commit is contained in:
2025-03-24 10:01:47 +01:00
parent fa0679163f
commit 8d3dfb1457
11 changed files with 16 additions and 16 deletions

View File

@@ -18,12 +18,12 @@
package api
import (
"api-cds-search/cmd/database/table"
"encoding/json"
"errors"
"fmt"
"io"
"net/http"
"sap-cds-search/cmd/database/table"
"time"
)