1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-03-04 21:14:13 +08:00

7 lines
146 B
Go
Raw Normal View History

2022-11-23 16:19:05 +08:00
import http from '@/api';
import { File } from '../interface/file';
export const GetNginx = () => {
return http.get<File.File>(`/nginx`);
};