This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
skynet-webportal/packages/dashboard/src/pages/api/stubs/user.js

6 lines
85 B
JavaScript

import user from "./user.json";
export default (req, res) => {
res.json(user);
};