Add: migration to new backend

This commit is contained in:
Jose
2026-02-24 03:39:49 +01:00
parent 589215b2bc
commit 4d0c4d3f26
13 changed files with 4686 additions and 222 deletions

View File

@@ -1,11 +1,11 @@
{
"apiConfig": {
"baseUrl": "https://api.miarma.net/mpaste",
"baseUrl": "http://localhost:8081/v2/mpaste",
"endpoints": {
"pastes": {
"all": "/raw/v1/pastes",
"byId": "/raw/v1/pastes/:paste_id",
"byKey": "/v1/pastes/:paste_key"
"all": "/pastes",
"byId": "/:pasteId",
"byKey": "/:pasteKey"
}
}
}