mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-02-04 12:40:08 +00:00
implement nat & ddns page (#5)
This commit is contained in:
12
src/types/ddns.ts
Normal file
12
src/types/ddns.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export const ddnsTypes: Record<number, string> = {
|
||||
1: "GET",
|
||||
2: "POST",
|
||||
3: "PATCH",
|
||||
4: "DELETE",
|
||||
5: "PUT",
|
||||
}
|
||||
|
||||
export const ddnsRequestTypes: Record<number, string> = {
|
||||
1: "JSON",
|
||||
2: "Form",
|
||||
}
|
||||
@@ -2,3 +2,4 @@ export * from './mainStore';
|
||||
export * from './authContext';
|
||||
export * from './api';
|
||||
export * from './service';
|
||||
export * from './ddns';
|
||||
|
||||
Reference in New Issue
Block a user