mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +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