1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-05-01 23:59:50 +00:00

Resolve "Add database + application templates"

This commit is contained in:
Jérémie Pardou 2024-05-02 14:25:42 +00:00
parent 36b4bed039
commit b17daa1e49
136 changed files with 11517 additions and 7901 deletions
web-frontend/modules/core

View file

@ -5,7 +5,6 @@ import staff from '@baserow/modules/core/middleware/staff'
import workspacesAndApplications from '@baserow/modules/core/middleware/workspacesAndApplications'
import pendingJobs from '@baserow/modules/core/middleware/pendingJobs'
import urlCheck from '@baserow/modules/core/middleware/urlCheck'
import userSourceAuthentication from '@baserow/modules/core/middleware/userSourceAuthentication'
/* eslint-disable-next-line */
import Middleware from './middleware'
@ -17,4 +16,3 @@ Middleware.staff = staff
Middleware.workspacesAndApplications = workspacesAndApplications
Middleware.pendingJobs = pendingJobs
Middleware.urlCheck = urlCheck
Middleware.userSourceAuthentication = userSourceAuthentication