mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-13 21:13:40 +02:00
17 lines
351 B
JSON
17 lines
351 B
JSON
{
|
|
"name": "local/api.endpoints",
|
|
"description": "Endpoint pathmappings for VLW API",
|
|
"type": "library",
|
|
"version": "1.0.0-dev",
|
|
"authors": [
|
|
{
|
|
"name": "Victor Westerlund",
|
|
"email": "victor@vlw.se"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"VLW\\API\\": "src/"
|
|
}
|
|
}
|
|
}
|