mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
fix media mime guessing when uploading to entity
This commit is contained in:
@@ -33,6 +33,7 @@ let routesShown = false;
|
||||
export default {
|
||||
async fetch(request: Request) {
|
||||
if (!app || recreate) {
|
||||
console.log("[DB]", credentials);
|
||||
app = App.create({
|
||||
connection: credentials,
|
||||
initialConfig
|
||||
|
||||
Reference in New Issue
Block a user