mirror of
https://github.com/antos-rde/antos-backend.git
synced 2024-11-19 20:08:24 +01:00
add mimes type for sqlite database file
All checks were successful
gitea-sync/antos-backend/pipeline/head This commit looks good
All checks were successful
gitea-sync/antos-backend/pipeline/head This commit looks good
This commit is contained in:
parent
4288d3afbf
commit
fc557738db
@ -74,5 +74,9 @@
|
||||
"map":{
|
||||
"mime": "application/json",
|
||||
"binary": false
|
||||
},
|
||||
"db":{
|
||||
"mime": "application/vnd.sqlite3",
|
||||
"binary": true
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user