⏪ Pick up the single-page application as frontend
This commit is contained in:
3
web/src/scripts/request.ts
Executable file
3
web/src/scripts/request.ts
Executable file
@@ -0,0 +1,3 @@
|
||||
export async function request(input: string, init?: RequestInit) {
|
||||
return await fetch(input, init)
|
||||
}
|
Reference in New Issue
Block a user