fix: fs proxy info action (#3225)
This commit is contained in:
parent
a015d1d92a
commit
4522739231
@ -25,7 +25,7 @@ export const localFsMiddleware = ({ repoPath }: Options) => {
|
||||
const { body } = req;
|
||||
|
||||
switch (body.action) {
|
||||
case 'action': {
|
||||
case 'info': {
|
||||
res.json({
|
||||
repo: path.basename(repoPath),
|
||||
// eslint-disable-next-line @typescript-eslint/camelcase
|
||||
|
Loading…
x
Reference in New Issue
Block a user