I always receive same response, seems I'm not using right endpoint.
Response:
{
"detail": "The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.",
"status": 404,
"title": "Not Found",
"type": "about:blank"
}
Endpoints I have tried:
POST http://localhost:9091/api/room
POST http://localhost:9091/api/room/
POST http://localhost:9091/room
POST http://localhost:9091/room/
Also I can't access to swagger UI.
Any idea?
I always receive same response, seems I'm not using right endpoint.
Response:
Endpoints I have tried:
POST http://localhost:9091/api/roomPOST http://localhost:9091/api/room/POST http://localhost:9091/roomPOST http://localhost:9091/room/Also I can't access to swagger UI.
Any idea?