Files
mpaste/public/config/settings.prod.json
2026-02-24 03:39:49 +01:00

13 lines
212 B
JSON

{
"apiConfig": {
"baseUrl": "https://api.miarma.net/v2/mpaste",
"endpoints": {
"pastes": {
"all": "/pastes",
"byId": "/:pasteId",
"byKey": "/:pasteKey"
}
}
}
}