Something changed idk
This commit is contained in:
@@ -8,7 +8,7 @@ import { authMiddleware } from "../middleware/authorization";
|
||||
/* /v1/company/[id] */
|
||||
export default createRoute(
|
||||
"get",
|
||||
["/:identifier"],
|
||||
["/company/:identifier"],
|
||||
async (c) => {
|
||||
const company = await companies.fetch(c.req.param("identifier"));
|
||||
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
export { default as fetchAll } from "./fetchAll";
|
||||
//export { default as fetch } from "./fetch";
|
||||
import { default as fetchAll } from "./fetchAll";
|
||||
import { default as fetch } from "./fetch";
|
||||
|
||||
export { fetch, fetchAll };
|
||||
|
||||
Reference in New Issue
Block a user