mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-09-19 17:50:13 +00:00
implement notification page (#8)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export const nrequestMethods: Record<number, string> = {
|
||||
1: "GET",
|
||||
2: "POST",
|
||||
}
|
||||
|
||||
export const nrequestTypes: Record<number, string> = {
|
||||
1: "JSON",
|
||||
2: "Form",
|
||||
}
|
||||
Reference in New Issue
Block a user