26 lines
677 B
JSON
26 lines
677 B
JSON
{
|
|
"swagger": "2.0",
|
|
"info": {
|
|
"description": "This is the Swagger documentation for DCU Games Society's 2022 Humans Vs Zombies event.",
|
|
"title": "DCU Games Society Humans Vs Zombies",
|
|
"contact": {},
|
|
"version": "1.0"
|
|
},
|
|
"basePath": "/",
|
|
"paths": {
|
|
"/": {
|
|
"get": {
|
|
"description": "Home page",
|
|
"produces": [
|
|
"application/json"
|
|
],
|
|
"summary": "Home",
|
|
"responses": {
|
|
"200": {
|
|
"description": "OK"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |