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

13 lines
211 B
JSON

{
"apiConfig": {
"baseUrl": "http://localhost:8081/v2/mpaste",
"endpoints": {
"pastes": {
"all": "/pastes",
"byId": "/:pasteId",
"byKey": "/:pasteKey"
}
}
}
}