mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-22 03:56:49 +03:00
feat(api/zip): deprecate get-paths api
This commit is contained in:
parent
608b4e9dfd
commit
85f1ec68e2
@ -1,6 +1,7 @@
|
||||
import * as Utilities from "~/node_common/utilities";
|
||||
import * as Data from "~/node_common/data";
|
||||
|
||||
// NOTE(amine): deprecated api
|
||||
export default async (req, res) => {
|
||||
const id = Utilities.getIdFromCookie(req);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user