chore: Make beforeRequest field optional for IApp

This commit is contained in:
Faruk AYDIN
2022-11-05 21:29:07 +01:00
parent c778c0c111
commit a3d82c5d70
4 changed files with 1 additions and 4 deletions

View File

@@ -11,7 +11,6 @@ export default defineApp({
baseUrl: '',
apiBaseUrl: '',
primaryColor: '2DAAE1',
beforeRequest: [],
auth,
actions,
});