[REPO REFACTOR]: changed to a better git repository structure with branches

This commit is contained in:
2025-11-01 05:49:49 +01:00
parent 4d0f44e995
commit 589215b2bc
76 changed files with 3529 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"apiConfig": {
"baseUrl": "https://api.miarma.net/mpaste",
"endpoints": {
"pastes": {
"all": "/raw/v1/pastes",
"byId": "/raw/v1/pastes/:paste_id",
"byKey": "/v1/pastes/:paste_key"
}
}
}
}

View File

@@ -0,0 +1,12 @@
{
"apiConfig": {
"baseUrl": "https://api.miarma.net/mpaste",
"endpoints": {
"pastes": {
"all": "/raw/v1/pastes",
"byId": "/raw/v1/pastes/:paste_id",
"byKey": "/v1/pastes/:paste_key"
}
}
}
}